-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (34 loc) · 985 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
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<title>Intechgration.io | Kickstarter Tab</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="wrapper">
<div class="quickstart">
<h2>
<span class="ple_light">Quickstart</span>
</h2>
<section></section>
</div>
<div class="resources">
<h2>
<span class="ple_light">Resources</span>
</h2>
<section></section>
</div>
</div>
<div class="wrapper options">
<a id="options" class="btn">Manage Quicklinks</a>
</div>
<div class="wrapper options">
<a id="backup" class="btn">Export</a>
<label style="color: steelblue">
Import:
<input type="file" id="import" accept=".json" />
</label>
</div>
<script src="main.js"></script>
</body>
</html>