Minor fixes
This commit is contained in:
parent
03bd82e612
commit
25d016006a
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>Subtitle Viewer</title>
|
<title>Subtitle Displayer</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
@ -241,7 +241,7 @@
|
||||||
<div id="upload_div">
|
<div id="upload_div">
|
||||||
<form name="uploadForm">
|
<form name="uploadForm">
|
||||||
<div>
|
<div>
|
||||||
<input id="uploadInput" type="file" />
|
<input id="uploadInput" type="file" accept=".srt" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue