-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (57 loc) · 1.72 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>∃ - Words</title>
<link rel="stylesheet" href="./style.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LNQ47VG50M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LNQ47VG50M');
</script>
</head>
<body>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,latin-ext"
rel="stylesheet"
type="text/css"
/>
<body>
<svg
id="tagi"
x="0px"
y="0px"
width="920px"
height="324px"
viewBox="0 0 920 324"
>
<text transform="matrix(1 0 0 1 200.0000 200.0000)" class="st17 st4">
Go moonbathing
</text>
<text transform="matrix(1 0 0 1 590.0000 222.0000)" class="st17 st1">
ꜱᴜᴍᴍᴇʀ ᴊᴀᴍ
</text>
<text transform="matrix(1 0 0 1 365.0000 166.0000)" class="st17 st5">
𝘈𝘦𝘳𝘪𝘢 𝘨𝘭𝘰𝘳𝘪𝘴
</text>
</svg>
<!--Yippie kay-yay
Old school goes cool
Eenie meenie minie moe
Easy peasy
Ice cream chillin' chillin'
Dolla dolla bill y'all
Winner winner chicken dinner
Roses are red, violets are blue, Shaggy from Scooby-Doo is that you?
Slice of life
Berserk
Netrunner
Edgerunner-->
</body>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="./script.js"></script>
</body>
</html>