Skip to content

Commit

Permalink
pwa stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 23, 2024
1 parent 51536fa commit c690f00
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,21 @@
<head>

<meta charset="utf-8">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">

<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">

<link href="https://www.vertexshaderart.com/static/resources/images/vertexshaderart-icon.png" rel="shortcut icon" type="image/png">
<link href="https://www.vertexshaderart.com/static/resources/images/vs57.png" rel="apple-touch-icon" />
<link href="https://www.vertexshaderart.com/static/resources/images/vs76.png" rel="apple-touch-icon" sizes="76x76" />
<link href="https://www.vertexshaderart.com/static/resources/images/vs120.png" rel="apple-touch-icon" sizes="120x120" />
<link href="https://www.vertexshaderart.com/static/resources/images/vs152.png" rel="apple-touch-icon" sizes="152x152" />
<link href="https://www.vertexshaderart.com/static/resources/images/vs180.png" rel="apple-touch-icon" sizes="180x180" />
<link href="https://www.vertexshaderart.com/static/resources/images/vs192.png" rel="icon" sizes="192x192" />
<link href="https://www.vertexshaderart.com/static/resources/images/vs128.png" rel="icon" sizes="128x128" />

<title>vertexshaderart</title>
<style>
:root {
Expand Down

0 comments on commit c690f00

Please sign in to comment.