Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakout-X authored Jul 19, 2024
1 parent 4013868 commit a4b6c37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://glitch.com/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="https://cdn.jsdelivr.net/gh/Web-Breakout/web-breakout.github.io@gh-pages/static/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.jsdelivr.net/gh/Web-Breakout/web-breakout.github.io@gh-pages/static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://cdn.jsdelivr.net/gh/Web-Breakout/web-breakout.github.io@gh-pages/static/icons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.jsdelivr.net/gh/Web-Breakout/web-breakout.github.io@gh-pages/static/icons/favicon-16x16.png">
<link rel="mask-icon" href="https://cdn.jsdelivr.net/gh/Web-Breakout/web-breakout.github.io@gh-pages/static/icons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/Web-Breakout/web-breakout.github.io@gh-pages/static/icons/favicon.ico">
<link rel="stylesheet" href="https://help-smc-analog-videos.glitch.me/style.css" />
<title>- Analog videos -</title>
</head>
Expand Down

0 comments on commit a4b6c37

Please sign in to comment.