mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Add privacy policy to demos that use storage
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
</td>
|
||||
<td class="farSide">
|
||||
<select id="languageMenu"></select>
|
||||
<a class="privacyLink" href="https://policies.google.com/privacy">Privacy</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -174,3 +174,10 @@ button {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
||||
|
||||
/* Privacy link */
|
||||
.privacyLink {
|
||||
font-family: Roboto, Arial, Helvetica, sans-serif;
|
||||
font-size: small;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user