-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (65 loc) · 1.92 KB
/
Copy pathindex.html
File metadata and controls
69 lines (65 loc) · 1.92 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>codebyte.re</title>
<meta
name="description"
content="Shelley Vohr — software engineer, Electron maintainer"
/>
<meta property="og:title" content="codebyte.re" />
<meta
property="og:description"
content="Shelley Vohr — software engineer, Electron maintainer"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://codebyte.re" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⌨️</text></svg>"
/>
<link
rel="preconnect"
href="https://fonts.googleapis.com"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/main.css" />
</head>
<body>
<div class="terminal-window">
<header class="terminal-header">
<div class="btn close"></div>
<div class="btn minimize"></div>
<div class="btn fullscreen"></div>
</header>
<div id="terminal" role="log" aria-live="polite" aria-label="Terminal">
</div>
<input
id="terminal-input"
type="text"
autocomplete="off"
autofocus
aria-label="Command input"
/>
</div>
<div class="reopen-prompt">click to reopen terminal</div>
<div class="footer">
<p>© Shelley Vohr 2026</p>
<p>
Made with ❤ and coffee —
<a
target="_blank"
rel="noopener"
href="https://github.com/codebytere/codebytere.github.io"
>source</a
>
</p>
</div>
<script type="module" src="src/main.js"></script>
</body>
</html>