-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 761 Bytes
/
index.html
File metadata and controls
28 lines (25 loc) · 761 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Fodte - Form Odt Exporter</title>
<script src="./lib/jszip.min.js"></script>
<script src="./lib/csv.min.js"></script>
<script src="./Forms_Element.class.js"></script>
<script src="./fodte.js"></script>
<link rel="stylesheet" href="./style.css">
<link rel="shortcut icon" href="icon.svg">
<link rel="manifest" href="manifest.webmanifest" />
</head>
<body>
<div>
<div class="drop-here">Glissez déposez vos<br>fichiers odt ici</div>
<div class="status">
<button class="disabled">
Télécharger le fichier tableur <span class="imported"></span>
</button>
</div>
</div>
<a href="https://github.com/DegrangeM/Fodte/wiki"><button class="help">Aide</button></a>
</body>
</html>