|
@@ -1,10 +1,33 @@
|
|
|
-<!DOCTYPE html>
|
|
|
|
|
-<html lang="en">
|
|
|
|
|
-<head>
|
|
|
|
|
- <meta charset="UTF-8">
|
|
|
|
|
- <title>Title</title>
|
|
|
|
|
-</head>
|
|
|
|
|
-<body>
|
|
|
|
|
-
|
|
|
|
|
-</body>
|
|
|
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
|
+<html lang="en">
|
|
|
|
|
+ <head>
|
|
|
|
|
+ <meta charset="utf-8">
|
|
|
|
|
+ <meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
|
+ <meta name="full-screen" content="true">
|
|
|
|
|
+ <meta name="x5-fullscreen" content="true">
|
|
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
|
+ <meta name="google" content="notranslate">
|
|
|
|
|
+ <meta name="360-fullscreen" content="true">
|
|
|
|
|
+ <meta http-equiv="pragma" content="no-cache">
|
|
|
|
|
+ <meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
|
|
|
|
|
+ <meta http-equiv="expires" content="0">
|
|
|
|
|
+ <meta name="viewport"
|
|
|
|
|
+ content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
|
|
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
+ <link rel="icon" href="favicon.ico">
|
|
|
|
|
+ <title>SBT</title>
|
|
|
|
|
+ <script src="./static/js/buffer.js"></script>
|
|
|
|
|
+ <script src="./static/js/solana-1.87.6.js"></script>
|
|
|
|
|
+ <script src="./static/js/tpUtils.js"></script>
|
|
|
|
|
+ <script src="./static/js/splToken.js"></script>
|
|
|
|
|
+ <base target="_blank">
|
|
|
|
|
+ <link href="js/account.js" rel="prefetch"><link href="js/account~home~user.js" rel="prefetch"><link href="js/error.js" rel="prefetch"><link href="js/home.js" rel="prefetch"><link href="js/user.js" rel="prefetch"><link href="js/chunk-vendors.js" rel="preload" as="script"><link href="js/index.js" rel="preload" as="script"></head>
|
|
|
|
|
+ <body>
|
|
|
|
|
+ <noscript>
|
|
|
|
|
+ <strong>We're sorry but SBT doesn't work properly without JavaScript
|
|
|
|
|
+ enabled. Please enable it to continue.</strong>
|
|
|
|
|
+ </noscript>
|
|
|
|
|
+ <div id="app"></div>
|
|
|
|
|
+ <!-- built files will be auto injected -->
|
|
|
|
|
+ <script type="text/javascript" src="js/chunk-vendors.js"></script><script type="text/javascript" src="js/index.js"></script></body>
|
|
|
</html>
|
|
</html>
|