-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
97 lines (95 loc) · 2.39 KB
/
about.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<head>
<meta charset="utf-8">
<title>Knowlbase Paper Review System</title>
<link rel="stylesheet" href="layout(1).css" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="location">
Albury scholary research Paper Review
</div>
<div id="navigation">
<div id="navigation2">
<a href="index.html">Home</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>
<hr>
<p><a href="">My Link 1</a></p>
<p><a href="">My Link 2</a></p>
<p><a href="">My Link 3</a></p>
<p><a href="">My Link 4</a></p>
<p><a href="">My Link 5</a></p>
<hr>
</div>
</div>
<div id="content">
<h2>About Ablury scholary</h2>
<br>
<p> </p>
<br>
<h3> </h3>
<br>
<p> </p>
<br>
<p> </p>
<br>
<div id ="wrapper">
<h4> </h4>
<br>
<p> </p>
<br>
<h4> </h4>
<br>
<p> </p>
<br>
</div>
</div>
</body>
<!DOCTYPE html>
<html>
<head>
<title><title>
<meta charset="utf 8" ></meta>
</head>
<body>
<div class="nav">
<div class="nav2">
<a href="index.html">Home</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>
<hr>
</div>
<div class="container">
<h2>About ths paper review system</h2>
<br>
<p> </p>
<br>
<h3> </h3>
<br>
<p> </p>
<br>
<p> </p>
<br>
<div id ="wrapper">
<h4> </h4>
<br>
<p> </p>
<br>
<h4> </h4>
<br>
<p> </p>
<br>
</div>
</div>
</body>
</html>