-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>fresh - home terminal of freya madeline broderick</title>
<link rel="stylesheet" href="/static/css/fresh.css" />
<meta charset="utf8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no" />
<meta name="author" content="freyamade" />
<meta name="description" content="Homepage of Freya Madeline Broderick, full-stack web developer, devops engineer, composer, lover of Dungeons and Dragons and developing software" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" type="image/png" href="/favicon.png" />
<meta property="og:title" content="freyamade" />
<meta property="og:url" content="https://freyama.de/" />
<meta property="og:image" content="https://freyama.de/favicon.png" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<meta property="og:site_name" content="freyamade" />
<meta property="og:description" content="fresh - home terminal of freya madeline broderick" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@freyamade" />
<meta name="twitter:description" content="fresh - home terminal of freya madeline broderick" />
<meta itemprop="image" content="https://freyama.de/favicon.png" />
<meta name="theme-color" content="#18191c" />
<base target="_blank" />
</head>
<body>
<div id="terminal">
<div id="info">
<p><span class="magenta">freyama.de</span> - <span class="blue" id="version"></span></p>
<p>Run <span class="yellow">'?'</span> for a list of available commands, or <span class="yellow">'help'</span> for a brief introduction.</p>
<br />
</div>
<div id="no-js">
<p class="yellow">WARNING</p>
<p>Please enable javascript to use this page.</p>
<p>It requires javascript to be enabled in order to run the terminal that makes up the site proper.</p>
</div>
<div id="output-wrapper"></div>
<div class="input-wrapper">
<span class="prompt" id="input-prompt">~ > </span><input id="input" type="text" autofocus autocomplete="off" aria-label="Command To Run" />
</div>
<div id="suggestions" class="yellow"></div>
</div>
<script src="/static/js/fresh.js?v={VERSION}"></script>
</body>
</html>