-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
34 lines (30 loc) · 2.04 KB
/
test.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
<html>
<head>
<title>naker</title>
<!-- <link rel="shortcut icon" type="image/x-icon" href="img/fav/favicon.ico" /> -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Google Tag -->
<meta name="Description" content="Choose from templtes, patternsand millions of 3D assets to build immersive and interactive digital experiences in your browser. No coding, only drag-and-drop! Together, we will make the web cool again.">
<!-- Sharing Meta -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@nakerwave">
<meta name="twitter:title" content="Naker: Easily create interactive VR & 3D content">
<meta name="twitter:description" content="Choose from templtes, patternsand millions of 3D assets to build immersive and interactive digital experiences in your browser. No coding, only drag-and-drop! Together, we will make the web cool again.">
<meta name="twitter:image" content="https://asset.naker.io/image/main/share.jpg">
<!-- facebook and other social sites -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Naker">
<meta property="og:title" content="Naker: Easily create interactive VR & 3D content">
<meta property="og:description" content="Choose from templtes, patternsand millions of 3D assets to build immersive and interactive digital experiences in your browser. No coding, only drag-and-drop! Together, we will make the web cool again.">
<meta property="og:image" content="https://asset.naker.io/image/main/share.jpg">
<meta property="og:url" content="https://naker.io">
<meta property="fb:app_id" content="270869903740314"/>
<link rel="icon" type="image/png" href="https://asset.naker.io/image/main/favicon.png?rtt" />
<!-- <script src=https://preview.babylonjs.com/inspector/babylon.inspector.bundle.js></script> -->
<script src="test.ts"></script>
</head>
<body>
</body>
</html>