Spaces:
Running
Running
Delete templates/index.html
Browse files- templates/index.html +0 -45
templates/index.html
DELETED
@@ -1,45 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html lang="en">
|
3 |
-
<head>
|
4 |
-
<meta charset="UTF-8">
|
5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>3D Pose Estimation Apps</title>
|
7 |
-
<style>
|
8 |
-
body {
|
9 |
-
font-family: Arial, sans-serif;
|
10 |
-
display: flex;
|
11 |
-
justify-content: center;
|
12 |
-
align-items: center;
|
13 |
-
height: 100vh;
|
14 |
-
margin: 0;
|
15 |
-
background-color: #f0f4f8;
|
16 |
-
}
|
17 |
-
.container {
|
18 |
-
text-align: center;
|
19 |
-
}
|
20 |
-
h1 {
|
21 |
-
color: #4a90e2;
|
22 |
-
}
|
23 |
-
.button {
|
24 |
-
display: inline-block;
|
25 |
-
padding: 10px 20px;
|
26 |
-
margin: 10px;
|
27 |
-
background-color: #4a90e2;
|
28 |
-
color: white;
|
29 |
-
text-decoration: none;
|
30 |
-
border-radius: 5px;
|
31 |
-
transition: background-color 0.3s;
|
32 |
-
}
|
33 |
-
.button:hover {
|
34 |
-
background-color: #3a7bd5;
|
35 |
-
}
|
36 |
-
</style>
|
37 |
-
</head>
|
38 |
-
<body>
|
39 |
-
<div class="container">
|
40 |
-
<h1>3D Pose Estimation Apps</h1>
|
41 |
-
<a href="/web_app" class="button">Web Camera App</a>
|
42 |
-
<a href="/video_app" class="button">Video Processing App</a>
|
43 |
-
</div>
|
44 |
-
</body>
|
45 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|