-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (31 loc) · 1.71 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<!-- Public link to be set based on own need -->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hong Kong Geological Model</title>
<link rel="canonical" href="https://matthewLiu-own.com/geology-hk/" />
<meta name="author" content="@MatthewLiu" />
<meta name="keywords" content="geology lithology permeability 3D voxel multivariate" />
<meta name="description" content="3D web visualization of the geological model of Hong Kong" />
<meta name="title" content="Hong Kong Geological Model" />
<meta property="og:url" content="https://matthewLiu-own.com/geology-hk/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Hong Kong Geological Model" />
<meta property="og:description" content="3D web visualization of the geological model of Darmstadt" />
<meta property="og:image" content="https://matthewLiu-own.com/geology-hk/screenshot.png" />
<meta name="twitter:card" value="summary_large_image" />
<meta name="twitter:image" content="https://matthewLiu-own.com/geology-hk/screenshot.png" />
<meta name="twitter:title" content="Hong Kong Geological Model" />
<meta name="twitter:site" content="@matthewLiu" />
<meta property="twitter:url" content="https://matthewLiu-own.com/geology-hk/" />
<meta name="twitter:creator" content="@matthewLiu" />
<meta name="twitter:description" content="3D web visualization of the geological model of Hong Kong">
<link rel="icon" href="./assets/favicon.ico" sizes="32x32" type="image/vnd.microsoft.icon">
</head>
<body class="calcite-theme-dark">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>