forked from csswizardry/ct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (26 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0" />
<link rel="dns-prefetch" href="https://slowfil.es" />
<link rel="stylesheet" href="./style.css" />
<script src="./script.js"></script>
<title>CT</title>
<style>html { color: red; }</style>
<script>console.log('Hello')</script>
<script src="https://slowfil.es/file?type=js&defer" defer></script>
<link rel="stylesheet" href="https://slowfil.es/file?type=css&before-script" />
<script src="https://slowfil.es/file?type=js&after-css"></script>
<link rel="shortcut icon" href="icon.png" />
<link rel="apple-touch-icon-precomposed" href="icon.png" />
<meta name="apple-mobile-web-app-title" content="" />
<link type="text/plain" rel="author" href="humans.txt" />
<script src="https://slowfil.es/file?type=js&async" async></script>
<script> </script>
<link rel="stylesheet" href="./ct.css" class="ct" />
</head>
<body>
<h1>CT</h1>
</body>
</html>