-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
33 lines (29 loc) · 984 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<link href="https://fonts.googleapis.com/css?family=Headland+One" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/style.css">
</head>
<body>
<div id="head-wrapper">
<div id="idheadline"></div>
</div>
<div id="form-wrapper">
<div id="text-wrapper">
<div id="idessentials"></div>
<div id="idmethodology"></div>
<div id="idspecs"></div>
<div id="idprofile"></div>
<div id="idequipment"></div>
<div id="idtech"></div>
<div id="idother"></div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="./js/Index.js"></script>
</body>
</html>