-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhome.html
36 lines (25 loc) · 906 Bytes
/
home.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div id="main">
<img src="images/shweb128.png">
<br><h class="mainText">Shweb<h>
<p class="hintText">...is ready to import and export</p>
<div id="nextSwitch"><p id="nextSwitchTime"></p>
<p id="nextSwitchTime">manage your local storage</p>
<h class="hintText">import a local storage file</h><br>
<input type="file" id="localStorageFile">
<br><br><h class="hintText">export sites local storage</h><br>
<button id="exportStorage">export</button>
<br><br>
<a href="https://forms.gle/QcsBM6iopjKrWYBq7" class="links" target="_blank">Give Feedback</a>
<br><br>
</div>
<div class="web"></div>
</div>
<script src="transport.js"></script>
</body>
</html>