43 lines
1.5 KiB
HTML
43 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="css/adminpage.css">
|
|
<title>3d Detals</title>
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<h1 class="h1header"> Административная панель </h1>
|
|
</header>
|
|
<div class="container">
|
|
<div class="row ">
|
|
<form class="uploadform">
|
|
|
|
<div class="">
|
|
<label class="form-label" for="imgfile">Выберите изображение </label>
|
|
<input type="file" class="form-control" id="imgfile" />
|
|
<label class="form-label" for="origfile">Выберите исходный file </label>
|
|
<input type="file" class="form-control" id="origfile" />
|
|
<label class="form-label" for="stlfile">Выберите stl file </label>
|
|
<input type="file" class="form-control" id="stflfile" />
|
|
<button class="btn btn-block">Загрузить </button>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</form>
|
|
</div>
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
|
|
crossorigin="anonymous"></script>
|
|
</body>
|
|
</html> |