Skip to content

Commit

Permalink
[NEW] Adds favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Mar 8, 2024
1 parent e5aa526 commit 4437833
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<title>(Unofficial) Apple Developer System Status Feeds</title>
<script
defer
src="/u/do.js"
data-website-id="d9cc1ccf-cf20-41f2-8c26-5a54b5b2c6f5"
></script>
<link rel="stylesheet" href="pico.classless.min.css" />
<style>
header {
Expand All @@ -18,11 +24,6 @@
font-size: 0.8rem;
}
</style>
<script
defer
src="/u/do.js"
data-website-id="d9cc1ccf-cf20-41f2-8c26-5a54b5b2c6f5"
></script>
<meta
property="og:title"
content="(Unofficial) Apple Developer System Status Feeds"
Expand All @@ -38,8 +39,8 @@
property="og:site_name"
content="(Unofficial) Apple Developer System Status Feeds"
/>

<title>(Unofficial) Apple Developer System Status Feeds</title>
<link href="/favicon.png" rel="apple-touch-icon" />
<link href="/favicon.png" rel="icon" type="image/png" />
</head>
<body>
<header>
Expand Down

0 comments on commit 4437833

Please sign in to comment.