-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguide.html
More file actions
23 lines (23 loc) · 804 Bytes
/
guide.html
File metadata and controls
23 lines (23 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Guide - StockSuggest</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="images/favicon.png">
<script type="text/javascript" src="js"></script>
</head>
<body>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="introduction.html">Introduction</a></li>
<li><a href="guide.html">Guide</a></li>
<li><a href="stocktypes.html">Stock Types</a></li>
<li><a href="defiguide.html">DeFi Guide</a></li>
</ul>
</nav>
<p>Ask questions to CHAT@GMAIL.COM</p>
</body>
</html>