Add privacy policy to demos that use storage

This commit is contained in:
Rachel Fenichel
2020-08-05 19:43:28 -07:00
parent ba228ec235
commit 1fd7622cf0
5 changed files with 29 additions and 0 deletions

View File

@@ -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>

View File

@@ -174,3 +174,10 @@ button {
display: table-cell;
}
}
/* Privacy link */
.privacyLink {
font-family: Roboto, Arial, Helvetica, sans-serif;
font-size: small;
text-decoration: none;
}