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">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Subtitle Viewer</title>
|
||||
<title>Subtitle Displayer</title>
|
||||
<style>
|
||||
body {
|
||||
color: #FFF;
|
||||
|
@ -241,7 +241,7 @@
|
|||
<div id="upload_div">
|
||||
<form name="uploadForm">
|
||||
<div>
|
||||
<input id="uploadInput" type="file" />
|
||||
<input id="uploadInput" type="file" accept=".srt" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue