-
Notifications
You must be signed in to change notification settings - Fork 0
/
systems.html
42 lines (42 loc) · 1.24 KB
/
systems.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
<html>
<head>
<title>Mark's Computers - Systems</title>
<meta content="">
<script src="http://localhost:3000/index.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css">
<style></style>
<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=Inter:wght@300;400;500;600;700&family=Tektur:wght@600&display=swap"
rel="stylesheet">
</head>
<body>
<!--Header-->
<header id="main-header">
<div id="header-container">
<h1 id="title">Computers Page</h1>
<nav id="header-navbar">
<ul id="navbar-items">
<li id="navbar-link">
<a>Home</a>
</li>
<li id="navbar-link">
<a>Sales</a>
</li>
<li id="navbar-link">
<a>Repairs</a>
</li>
<li id="navbar-link">
<a>eRecycling</a>
</li>
<li id="navbar-link">
<a>Contact Us</a>
</li>
</ul>
</nav>
</div>
</header>
<!--Main Content-->
<div id="systems-container">Test</div>
</body>
</html>