-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.12 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Ubuntu Web Terminal</title>
<link rel="icon" type="image/x-icon" href="terminalFav.png">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
</head>
<body>
<div id="terminal" class="terminal"></div>
<script type="module" src="./main.js"></script>
<div id="quick-bar">
<a href="" title="Left-Click to view Resume (Currently Empty, please email for a copy)
Right-Click to see the Simulation" target="_blank">Resume</a>
<a href ="https://github.com/actuallypav" title="Left-Click to view Portfolio
Right-Click to see the simulation" target="_blank">Portfolio</a>
<a href="https://www.linkedin.com/in/actuallypav/" title="Left-Click to connect with me on LinkedIn
Right-Click to see the simulation" target="_blank">LinkedIn</a>
<a href="mailto:contact-pav.configure260@passinbox.com" title="Send me an email">Email</a>
<a href="#">Blog</a>
</div>
</body>
</html>