-
Notifications
You must be signed in to change notification settings - Fork 0
/
design.html
50 lines (26 loc) · 975 Bytes
/
design.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
48
49
50
<DOCTYPE html!>
<html>
<Title>Computer Science LC Practical</Title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<h1> </h1>
</head>
<body>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="Rationale.html">Rationale</a></li>
<div class="dropdown">
<button class="dropbtn">The Artefact
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="plan.html">plan</a>
<a href="design.html">Design</a>
<a href="development.html">Development</a>
</div>
</div>
<li style="float:right"><a href="futuredevelopment.html">future development </a></li>
</ul>
</body>
</html>