-
Notifications
You must be signed in to change notification settings - Fork 1
/
3D-Landmark-Benchmark.html
40 lines (37 loc) · 1.48 KB
/
3D-Landmark-Benchmark.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">
<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">
<title>Document</title>
<meta name="description"
content="Knight is a beautiful Bootstrap 4 template for product landing pages."/>
<!--Inter UI font-->
<link href="https://rsms.me/inter/inter-ui.css" rel="stylesheet">
<!--vendors styles-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css">
<!-- Bootstrap CSS / Color Scheme -->
<link rel="stylesheet" href="css/default.css" id="theme-color">
</head>
<body>
<div class="container">
<div class="row vh-md-100">
<div class="col-md-8 col-sm-10 col-12 mx-auto my-auto text-center">
<a class="navbar-brand heading-black" href="index.html">
Digitized Rhinoplasty
</a>
<p></p>
Select a file: <input type="file" id="myFile">
<script src="mae.js"></script>
<p id="MAE"></p>
<p id="links2">
<a href="./index.html">Home Page</a>
</p>
</div>
</div>
</div>
</body>
</html>