-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 839 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="omega / Omega-Who">
<meta name="description" content="Home Page">
<meta name="referrer" content="unsafe-url">
<meta name="robots" content="index, follow">
<!-- LOADING -->
<link rel="preload" as="style" href="style.css">
<link rel="stylesheet" href="style.css">
<title>Omega's Portfolio</title>
</head>
<body>
<div class="landing">
<h1><a href="projects.html" style="color: aliceblue;">Projects</a></h1>
<br><h1><a href="about.html" style="color: aliceblue;">About Me</a></h1>
<br><h1><a href="contact.html" style="color: aliceblue;">Contact Me</a></h1>
</div>
</body>
</html>