forked from cerc-io/cosmos-explorer
39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
|
|
|
|
<!-- Splash Screen/Loader Styles -->
|
|
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>loader.css" />
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<title>Ping Wallet</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong
|
|
>We're sorry but Ping Wallet doesn't work properly without JavaScript enabled. Please
|
|
enable it to continue.</strong
|
|
>
|
|
</noscript>
|
|
<div id="loading-bg">
|
|
<div class="loading-logo">
|
|
<img src="<%= BASE_URL %>logo.svg" alt="Logo" width="80"/>
|
|
</div>
|
|
<div class="loading">
|
|
<div class="effect-1 effects"></div>
|
|
<div class="effect-2 effects"></div>
|
|
<div class="effect-3 effects"></div>
|
|
</div>
|
|
</div>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|