-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.53 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://cms.plateau.reearth.io/img/favicon.ico" />
<link href="https://cesium.com/downloads/cesiumjs/releases/1.114/Build/Cesium/Widgets/widgets.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="PLATEAUは国土交通省が主導する、日本全国の3D都市モデルの整備・活用・オープンデータ化プロジェクト。PLATEAU VIEWでは、3D都市モデルをウェブ上で可視化するための実証環境として構築されたもの。" />
<title>PLATEAU VIEW AR</title>
<!-- ogp -->
<meta property="og:site_name" content="PLATEAU VIEW AR" />
<meta property="og:url" content="http://ar.plateauview.mlit.go.jp/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="PLATEAU VIEW 3.0 AR" />
<meta property="og:description" content="PLATEAUは国土交通省が主導する、日本全国の3D都市モデルの整備・活用・オープンデータ化プロジェクト。PLATEAU VIEWでは、3D都市モデルをウェブ上で可視化するための実証環境として構築されたもの。" />
<meta property="og:image" content="https://static.reearth.plateau.reearth.io/assets/01gx348twxz0qk2jzcq1mem7mj.png" />
<meta property="og:locale" content="ja_JP" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>