-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
32 lines (32 loc) · 1.15 KB
/
contact.html
File metadata and controls
32 lines (32 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="omega / Omega-Who">
<meta name="description" content="Contact Me">
<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>
<section class="heading">
<ul>
<li><h2><a href="projects.html">Projects</a></h2></li>
<li><h2><a href="about.html">About</a></h2></li>
<li><h2><a href="contact.html">Contacts</a></h2></li>
</ul>
</section>
<div class="landing">
<h1 style="color: rgb(110, 119, 253);">Discord: omega#6252</h1>
<br><h1 style="color: rgb(140, 193, 239);">Twitter:
<a href="https://twitter.com/omega_who" style="color: rgb(140, 193, 239);" target="_blank">@omega_who</a>
</h1>
<br><h1 style="color: rgb(243, 89, 89);">Email: Available Upon Request</h1>
</div>
</body>
</html>