-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpilot.html
43 lines (40 loc) · 1.09 KB
/
pilot.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MinGJ - Minimalistic GNU for JavaScript</title>
<link rel="stylesheet" href="web/bash.css">
<link rel="stylesheet" href="web/style.css">
</head>
<body>
<p class="prompt">uname -s</p>
<header>
<div class="site-title">
<h1 class="color-yellow">MinGJ</h1>
<p class="site-subtitle color-light-grey">Minimalistic GNU for JavaScript</p>
</div>
<p class="prompt">dir /var/www/</p>
<nav>
<ul class="nav">
<li><a href="/about">[About]</a></li>
<li><a href="/about">[About]</a></li>
<li><a href="/about">[About]</a></li>
</ul>
</nav>
</header>
<p class="prompt">cat /var/www/index.html</p>
<main>
<div class="container">
<h1>Welcome</h1>
<p>This would be some content</p>
</div>
</main>
<p class="prompt">cat /etc/footer</p>
<footer>
<p>Tumble & Alvarito050506 2020</p>
</footer>
<script src="dist/mingj.min.js"></script>
<script src="web/prompt-style.js"></script>
</body>
</html>