-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow.html
83 lines (82 loc) · 2.25 KB
/
how.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<head>
<title>Knowlbase Paper Review System<title>
<meta charset="utf 8" ></meta>
</head>
<body>
<h1>Knowlbase Research Paper Review<h1>
<div class ="nav">
<a href="index.html">Welcome</a>
<a href="about.html">About Knowlbase</a>
<a href="how.html">How to use this site</a>
<a href="types.html">Types of papers</a>
<a href="topics.html">Topics</a>
<a href="latest.html">Latest reviews</a>
<a href="search.html">Search</a>
<a href="contact.html">Contact Us</a>
</div>
<hr>
<div class="content">
<h2>How to use this site</h2>
<br>
<p> </p>
<br>
//Links to graphics that haven't been created yet. These being general sheets of topics that being researched.
<img src ="" width ="340px";height ="400px";alt ="Graphic...">
<br>
<p> </p>
<img src ="" width ="340px";height ="400px";alt ="Graphic of...">
<br>
<p> </p>
<br>
<img src ="" width ="340px";height ="400px";alt ="Graphic of table with labela tellng you wath to look for...">
<p> </p>
<br>#
<h3> </h3>
<br>
<p> </p>
<br>
</div>
<div id = "wrapper">
<h4> </h4>
<br>
<p> </p>
<br>
<img src ="" width ="340px";height ="400px";alt ="Graphic of table with labela tellng you wath to look for...">
<p> </p>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<h4> </h4>
<br>
<p> </p>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<br>
<h4> </h4>
<br>
<p> </p>
<img src ="" width ="340px";height ="400px";alt ="Graphic of table with labela tellng you wath to look for...">
<p> </p>
<br>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<p> </p>
<br>
</div>
</body>
</html>