mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Created a preload.js, small changes in the package.json, main.js, index.html and script.js like removing whitespace
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" enctype="multipart/form-data" >
|
||||
<input type="file" name="uploaddatei" >
|
||||
|
||||
|
||||
|
||||
<div class="upload-container" id="uploadContainer">
|
||||
@@ -17,10 +16,11 @@
|
||||
</div>
|
||||
|
||||
|
||||
<button class="custom-btn" id="manualUploadBtn">Upload video</button>
|
||||
<button class="custom-btn" id="manualUploadBtn">Search video</button>
|
||||
<input type="file" id="videoUpload" accept="video/*">
|
||||
|
||||
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user