forked from c3cbot/c3c-ufc-utility
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpopup.html
More file actions
29 lines (26 loc) · 1.04 KB
/
Copy pathpopup.html
File metadata and controls
29 lines (26 loc) · 1.04 KB
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
<!DOCTYPE html>
<html>
<head>
<script src="popup.js"></script>
</head>
<body>
<div style="width: auto; height: auto;">
<div style="background: #34cc26; color: white; margin-bottom: 5px;" title="">
<label for="import"
style="padding: 5px; display: block; font-family: Arial, Helvetica, sans-serif; text-align: center;">Import
FBState</label>
<input id="import" name="import" type="file" value="Import FBState"
style="opacity: 0;height: 0px;width: 350px;display: flex;" />
</div>
<div style="background: #d30a0a; color: white;" title="">
<label for="export"
style="padding: 5px; display: block; font-family: Arial, Helvetica, sans-serif; text-align: center;">Export
FBState</label>
<input id="export" name="export" type="button" value="Export FBState"
style="opacity: 0;height: 0px;width: 350px;display: contents;" />
</div>
<br>
<a href="https://github.com/lequanglam/c3c-fbstate/" target="_blank">GitHub!</a>
</div>
</body>
</html>