-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
33 lines (26 loc) · 882 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenCode $ Home</title>
<link rel="stylesheet" href="./styles/globals.css">
<link rel="stylesheet" href="./styles/navigation.css">
<link rel="shortcut icon" href="./public/images/code-solid.svg" type="image/x-icon">
</head>
<body>
<nav>
<img src="./public/images/code-solid.svg" class="logo-icon">
<h1> OpenCode.devs</h1>
<a href="./index.html">Home</a>
<a href="./pages/event.html">Events</a>
<a href="./pages/collaborate.html">Collaborate</a>
<a href="./pages/socials.html">Socials</a>
<a href="./pages/contact.html">Contact</a>
<a href="./pages/projects.html">Projects</a>
<a href="./pages/about.html">About</a>
</nav>
<section class="content">
</section>
</body>
</html>