-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.25 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Amr Dev</title>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1">
<meta name="description" content="Amr AKA Spirit is a game developer who loves hardcore survival games :)">
<meta name="keywords" content="Amr, cyber-amr, spirit, developer, engineer">
<meta property="og:image" content="https://amr.engineer/social-image.webp">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="icon.ico" sizes="any">
<link rel="icon" type="image/svg+xml" href="icon.svg">
<script>
/*to prevent flashing of unstyled content on Firefox, this must be here*/
let FIX_FF_FOUC;
</script>
</head>
<body>
<div class="terminal">
<div class="help">
<span class="prompt user">amr@void-linux:</span>
<span class="prompt pwd">~$</span>
<span class="cmd"></span><span class="blink cursor">|</span>
<div class="output"></div>
</div>
<div class="run">
<span class="prompt user hidden">amr@void-linux:</span>
<span class="prompt pwd hidden">~$</span>
<span class="cmd"></span><span class="cursor hidden">|</span>
<div class="output"></div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>