File size: 583 Bytes
8569db8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Video URL Input</title>
</head>
<body>
<div id="imageUrl" onclick="copyToClipboard(this)">Кликните после загрузки, для получения ссылки на страницу.</div>
<form id="uploadForm" enctype="multipart/form-data" method="post" action="/up_page">
    <input type="file" name="file" accept=".html">
    <input type="text" name="filename" placeholder="имя файла(маршрут)">
    <button type="submit">Загрузить</button>
</form>
</body>
</html>