-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akshay Pal | Terminal Portfolio</title>
<link rel="stylesheet" href="/src/styles.css">
</head>
<body>
<div id="welcome">
<p id="welcome-text"></p>
<p style="color: white">Akshay Pal (AP) Not a Corporation.</p>
<p style="color: white; white-space: pre-wrap">
_ _ _ ____ _
/ \ | | _____| |__ __ _ _ _ | _ \ __ _| |
/ _ \ | |/ / __| '_ \ / _` | | | | | |_) / _` | |
/ ___ \| <\__ \ | | | (_| | |_| | | __/ (_| | |
/_/ \_\_|\_\___/_| |_|\__,_|\__, | |_| \__,_|_|
|___/
</p>
<p style="font-weight: bold;">Welcome to my terminal portfolio website! 👨🏾💻</p>
<p>Type <span style="color: #0f0">'help'</span> to see available commands</p>
<p>Type <span style="color: #0f0">'gui'</span> to visit my GUI portfolio.</p>
</div>
<div id="output"></div>
<script type = module src="/src/main.ts"></script>
</body>
</html>