update favicons and device anon

This commit is contained in:
brooke 2024-04-14 13:02:25 -04:00
parent 27a4ec8f55
commit 92530b0c4d
2 changed files with 18 additions and 1 deletions

View file

@ -4,7 +4,7 @@ draft: false
description: "Learn how you could implement anonymized hardware." description: "Learn how you could implement anonymized hardware."
--- ---
Preloading your organization's devices with a secure and private operating system can be Preloading your organization's devices with a secure and private operating system can help foster a safe environment for you and your customer's data.
### Android: CalyxOS and GrapheneOS ### Android: CalyxOS and GrapheneOS

View file

@ -0,0 +1,17 @@
<link
rel="apple-touch-icon"
sizes="180x180"
href="styles/blue/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="styles/blue/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="styles/blue/favicon-16x16.png"
/>