Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
8569db8
1
Parent(s):
1258d21
Rename tutub.html to up_page.html
Browse files- tutub.html +0 -14
- up_page.html +15 -0
tutub.html
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html lang="en">
|
3 |
-
<head>
|
4 |
-
<meta charset="UTF-8">
|
5 |
-
<title>Video URL Input</title>
|
6 |
-
</head>
|
7 |
-
<body>
|
8 |
-
<h1>Enter Video URL</h1>
|
9 |
-
<form action="/play" method="post">
|
10 |
-
<input type="text" name="video_url" placeholder="Enter Rutube video URL">
|
11 |
-
<button type="submit">Play</button>
|
12 |
-
</form>
|
13 |
-
</body>
|
14 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
up_page.html
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<title>Video URL Input</title>
|
6 |
+
</head>
|
7 |
+
<body>
|
8 |
+
<div id="imageUrl" onclick="copyToClipboard(this)">Кликните после загрузки, для получения ссылки на страницу.</div>
|
9 |
+
<form id="uploadForm" enctype="multipart/form-data" method="post" action="/up_page">
|
10 |
+
<input type="file" name="file" accept=".html">
|
11 |
+
<input type="text" name="filename" placeholder="имя файла(маршрут)">
|
12 |
+
<button type="submit">Загрузить</button>
|
13 |
+
</form>
|
14 |
+
</body>
|
15 |
+
</html>
|