-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.html
More file actions
46 lines (35 loc) · 1.06 KB
/
Copy pathreferences.html
File metadata and controls
46 lines (35 loc) · 1.06 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="CSS\stylesheet.css">
<title>References</title>
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="experiment.html">Experiment</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="conclusion.html">Conclusion</a></li>
<li><a href="reflections.html">Reflections</a></li>
<li><a href="references.html">References</a></li>
</ul>
<div class="w3-container w3-red">
<h1>Referneces</h1>
</div>
<div class="w3-container">
<p>https://www.brainyquote.com/quotes/william_wordsworth_147034</p>
</div>
<div class="w3-container w3-red">
<h5></h5>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="experiment.html">Experiment</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="conclusion.html">Conclusion</a></li>
<li><a href="reflections.html">Reflections</a></li>
<li><a href="references.html">References</a></li>
</ul>
</body>
</html>