-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
31 lines (30 loc) · 1003 Bytes
/
Copy pathlinks.html
File metadata and controls
31 lines (30 loc) · 1003 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Denchri1 Studios</title>
<link rel="icon" type="image/x-icon" href="logo.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-width = 1">
<link rel="stylesheet" href="style.css">
</head>
<body class="body">
<div class="top">
<section class="titleBar">
<section class="title">
<a href="index.html">
<img src="logo.png" alt="Logo">
<h1>Denchri1 Studios</h1>
</a>
</section>
<section class="nav">
<ul>
<li><a href="https://denchri1.github.io">Home</a></li>
<li><a href="https://denchri1.github.io/aboutus">About Us</a></li>
<li><a href="https://denchri1.github.io/projects">Projects</a></li>
<li class="active"><a href="https://denchri1.github.io/links">Links</a></li>
</ul>
</section>
</section>
</div>
</body>
</html>