-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHelp.html
36 lines (30 loc) · 1.1 KB
/
Help.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
<html>
<head>
<title>Home</title>
<link href="styles/global_dashboard.css" rel="stylesheet" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale: 1.0, user-scalable=0" />
<script src="scripts/jquery-3.2.1.min.js"></script>
<script src="scripts/general.js"></script>
</head>
<body style="color: #000000">
<div id="header">
<img class="sidelogo" src="images/info.png">
<div class="logo"><a href="#">Notice<span><strong>Board</strong></span></a></div>
<div class="exit"><a href="javascript:window.open('','_self').close();"><img src="images/exit.png"></a></div>
</div>
<a class="mobile" href="#"> MENU</a>
<a class="time" id="clock">HH:MM:SS</a>
<div id="container">
<div class="sidebar">
<ul id="nav">
<li><a href="Dashboard.php">Dashboard</a></li>
<li><a href="Write.html">Write</a></li>
<li><a href="Search1.html">Search</a></li>
<li><a href="Feedback.html">Feedback</a></li>
<li><a href="help.html">Help</a></li>
</ul>
</div>
<div class="content">
<h1> "God helps those who help themselves." </h1>
</body>
</html>