-
Notifications
You must be signed in to change notification settings - Fork 1
/
tempindex.html
40 lines (37 loc) · 1023 Bytes
/
tempindex.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/json-enc.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
/>
<title>Nab 3D</title>
</head>
<body>
<main class="container">
<h1>Upload a video - get 3D model!</h1>
<div class="grid">
<div>
<form>
<label>
<input
type="file"
/>
</label>
<input
type="submit"
text="submit"
/>
</form>
</div>
<div>2</div>
</div>
</main>
</body>
</html>