-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.66 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
<!doctype html>
<html>
<head>
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover' />
<meta charset='utf-8'>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="manifest" href="manifest.json">
<style></style>
<title>3D Storefront by MetaFactory</title>
<meta property="og:title" content="3D Storefront by MetaFactory">
<meta property="og:type" content="website" />
<meta property="og:description" content="Shop + speak with the MetaFactory robot clerk to learn about digiphysical fashion & how to look good while metaverse hopping.">
<meta property="og:image" content="https://m3org.com/mfshop/mfstore_thumb.jpg">
<meta property="og:url" content="https://m3org.com/mfshop">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://m3org.com/mfshop/mfstore_thumb.jpg"/>
<meta name="twitter:title" content="3D Storefront by MetaFactory"/>
<meta name="twitter:description" content="Shop + speak with the MetaFactory robot clerk to learn about digiphysical fashion & how to look good while metaverse hopping."/>
<meta content="@m3org" name="twitter:site"/>
<link rel="icon" type="image/x-icon" href="https://m3org.com/mfshop/favicon.gif" />
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script src="playcanvas-stable.min.js"></script>
<script src="__settings__.js"></script>
</head>
<body>
<script src="__modules__.js"></script>
<script src="__start__.js"></script>
<script src="__loading__.js"></script>
</body>
</html>