move css and script tags

This commit is contained in:
Magnus Ulimoen 2019-08-13 18:28:51 +02:00
parent f9d8886fba
commit 407877c2e6
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@
<meta name="generator" content="by-hand" /> <meta name="generator" content="by-hand" />
<meta name="viewpost" context="width=device-width, inital-scale=1.0, user-scalable=yes" /> <meta name="viewpost" context="width=device-width, inital-scale=1.0, user-scalable=yes" />
<title>WebGL waves</title> <title>WebGL waves</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script async type="module" src="main.js"></script>
</head> </head>
<body> <body>
<canvas id="glCanvas"></canvas> <canvas id="glCanvas"></canvas>
</body> </body>
<link rel="stylesheet" type="text/css" href="style.css">
<script async type="module" src="main.js"></script>
</html> </html>