-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·47 lines (47 loc) · 1.55 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2149457763543742"
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/6b5c9eea72.js"
crossorigin="anonymous"
></script>
<title>Oscar Zhou | Home</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css"
integrity="sha512-5fsy+3xG8N/1PV5MIJz9ZsWpkltijBI48gBzQ/Z2eVATePGHOkMIn+xTDHIfTZFVb9GMpflF2wOWItqxAP2oLQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap"
rel="stylesheet"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
<ul class="nav-menu">
<li><a href="/about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="//genius.oscarz.dev">GENIUS</a></li>
<li><a href="/contact">Contact Me</a></li>
</ul>
</nav>
<h1>Welcome to oscarz.dev!</h1>
<p>Oscar Zhou's place on the internet.</p>
<br />
<i class="fa-solid fa-code" id="sig"></i>
<script src="script.js"></script>
<footer></footer>
</body>
</html>