-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.html
32 lines (30 loc) · 1.07 KB
/
code.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<nav>
<ul class="navigation_bar">
<li><a href="/KOBE/">Home</a></li>
<li><a href="design.html">Design</a></li>
<li><a href="implementation.html">Implementation</a></li>
<li><a href="code.html">Code</a></li>
<li><a href="the_team.html">The team</a></li>
</ul>
</nav>
<div class="page_content">
<div class="content_container">
<h1>Here you can find our code</h1>
<p>Link to our
<a href="https://github.com/qharo/Kobe/tree/overlord" style="color: blue; cursor: pointer;"> github here</a>
</p>
</div>
</div>
<h1>This is our code :D</h1>
<p>Enjoy</p>
<p>Link to our
<a href="https://github.com/qharo/Kobe/tree/overlord" style="color: blue; cursor: pointer;"> github here</a>
</p>
</body>
</html>