39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html dir="ltr">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta charset="utf-8" />
|
|
<title>OKX Wallet</title>
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/css"
|
|
href="./scripts/ui/ui.css"
|
|
title="ltr"
|
|
/>
|
|
</head>
|
|
|
|
<body class="theme-light" style="overflow: hidden">
|
|
<div id="app" class="notification">
|
|
<div class="app-loading">
|
|
<img
|
|
class="loading__logo"
|
|
id="logo"
|
|
src="./static/images/logo-light.svg"
|
|
alt="okx"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<iframe id="sandbox" src="sandbox.html" style="display: none"></iframe>
|
|
<script src="./scripts/lib/globalthis.js" type="text/javascript"></script>
|
|
<script src="./scripts/vendor/theme.js" type="text/javascript"></script>
|
|
<script src="./scripts/vendor/React.js" type="text/javascript"></script>
|
|
<script src="./scripts/vendor/ReactDOM.js" type="text/javascript"></script>
|
|
<script src="./scripts/vendor/ReactJSX.js" type="text/javascript"></script>
|
|
<script
|
|
src="./scripts/vendor/ReactRouterDOM.js"
|
|
type="text/javascript"
|
|
></script>
|
|
<script src="./scripts/ui/ui.js" type="module"></script>
|
|
</body>
|
|
</html>
|