MACHIN
This commit is contained in:
33
2/index.html
Normal file
33
2/index.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
|
||||
/>
|
||||
<title>Бабубэ</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Загрузите файл</h1>
|
||||
<form action="/upload" method="POST">
|
||||
<div class="file-field input-field">
|
||||
<div class="btn grey"><span>Файл</span> <input type="myImage" /></div>
|
||||
<div class="file-path-wrapper">
|
||||
<input class="file-path validate" type="text" />
|
||||
</div>
|
||||
</div>
|
||||
<button type="submit" class="btn"></button>
|
||||
</form>
|
||||
</div>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.4.0.min.js"
|
||||
integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg="
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user