-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
53 lines (39 loc) · 1.19 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> simpGet </title>
<style>
</style>
<link rel="icon" type="image/png/" href="image/icon.png">
<link rel="stylesheet" href="home.css">
<script src="home.js"></script>
</head>
<body>
<div class="container">
<a href="#" onclick="homeback()">Home</a>
<a href="#" onclick="Projects()">Projects</a>
<div class="dropdown">
<button class="dropbtn" onclick="myFunction()">Demo</button>
<div class="dropdown-content" id="myDropdown">
<a href="#" onclick="general()">General</a>
<a href="#" onclick="rc()">SimpGet RC</a>
<a href="#" onclick="steel()">SimpGet STEEL</a>
<a href="#" onclick="found()">SimpGet Founation</a>
<a href="#" onclick="pile()">SimpGet Pile</a>
<!--
<a href="#" onclick="masonry()">Others</a>
<a href="#" onclick="euroCode()">Euro Code/Vietnam</a>
-->
</div>
</div>
<a href="#" onclick="aboutUs()">About</a>
<a href="#" onclick="Ref()">Dev</a>
</div>
<div class="mainFont" id="home"></div>
<!--
<h3>Simple Calculation Getter</h3>
<p>Click on the "Dropdown" link to see the dropdown menu.</p>
-->
</body>
</html>