aboutsummaryrefslogtreecommitdiff
path: root/src/views/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/index.html')
-rw-r--r--src/views/index.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/views/index.html b/src/views/index.html
index f64e470..d501638 100644
--- a/src/views/index.html
+++ b/src/views/index.html
@@ -3,7 +3,6 @@
<head>
<meta charset="utf-8" />
<title>Synhestesis - Test</title>
- </head>
<style type="text/css">
div.fileinputs {
position: relative;
@@ -27,22 +26,17 @@
z-index: 2;
}
</style>
+ </head>
<body>
<div style="margin-top:5%;margin-left:auto;margin-right:auto;width:80%;height:100px;z-index:4;" id="onTop">
<span id="compteur"></span>
<span id="ratio"></span>
<div class="fileinputs">
- <input type="file" class="file" id="getFile" />
+ <input type="file" id="getFile" />
- <div class="fakefile">
- <input type="button" value="Open" />
- </div>
<select name="select" id="select">
- <option value="hiragana_romaji.json">Hiragana</option>
- <option value="katakana_romaji.json">Katakana</option>
- <option value="capitale_EU.json">Capitales Européennes</option>
- <option value="vocab_jap.json">Vocabulaire japonais</option>
+ {{{listFile}}}
</select>
</div>
</div>