-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (89 loc) · 4.73 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<title>formalsnake.dev</title>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=8.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
property="og:title"
content="FormalSnake#6991 - I never learned how to read."
/>
<meta
name="description"
content="Full-time coffee enjoyer and connoisseur - [email protected]"
/>
<meta
property="og:description"
content="Full-time coffee enjoyer and connoisseur - [email protected]"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://formalsnake.dev" />
<meta
property="og:image"
content="https://formalsnake.dev/assets/banner.png"
/>
<meta
property="og:image:secure_url"
content="https://formalsnake.dev/assets/banner.png"
/>
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1920" />
<meta property="og:image:height" content="1080" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@FormalSnake" />
<meta property="twitter:creator" content="@FormalSnake" />
<meta property="twitter:url" content="https://formalsnake.dev" />
<meta
property="twitter:title"
content="FormalSnake#6991 - I never learned how to read."
/>
<meta
property="twitter:description"
content="Full-time coffee enjoyer and connoisseur - [email protected]"
/>
<meta
property="twitter:image"
content="https://formalsnake.dev/assets/banner.png"
/>
<meta name="theme-color" content="#8f3062" />
<link rel="shortcut icon" href="assets/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://unicons.iconscout.com/release/v4.0.0/css/line.css"
/>
<link rel="stylesheet" href="styles/style.css" />
<script src="terminal.js"></script>
</head>
<body>
<div class="container">
<div class="info">
<!--<h1>formalsnake.dev</h1>-->
<pre class="banner-art">
███████╗ ██████╗ ██████╗ ███╗ ███╗ █████╗ ██╗ ███████╗███╗ ██╗ █████╗ ██╗ ██╗███████╗ ██████╗ ███████╗██╗ ██╗
██╔════╝██╔═══██╗██╔══██╗████╗ ████║██╔══██╗██║ ██╔════╝████╗ ██║██╔══██╗██║ ██╔╝██╔════╝ ██╔══██╗██╔════╝██║ ██║
█████╗ ██║ ██║██████╔╝██╔████╔██║███████║██║ ███████╗██╔██╗ ██║███████║█████╔╝ █████╗ ██║ ██║█████╗ ██║ ██║
██╔══╝ ██║ ██║██╔══██╗██║╚██╔╝██║██╔══██║██║ ╚════██║██║╚██╗██║██╔══██║██╔═██╗ ██╔══╝ ██║ ██║██╔══╝ ╚██╗ ██╔╝
██║ ╚██████╔╝██║ ██║██║ ╚═╝ ██║██║ ██║███████╗███████║██║ ╚████║██║ ██║██║ ██╗███████╗██╗██████╔╝███████╗ ╚████╔╝
╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝╚═════╝ ╚══════╝ ╚═══╝
</pre>
</div>
</div>
<div id="terminal">
<div id="output"></div>
<div id="input-line">
<span id="user">[email protected]:~$</span>
<input type="text" id="input" />
</div>
</div>
</body>
</html>