cosmos-explorer/public/index.html

39 lines
1.1 KiB
HTML
Raw Normal View History

2021-07-21 14:07:38 +00:00
<!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 -->
2021-10-13 12:24:49 +00:00
<link rel="stylesheet" type="text/css" href="/loader.css" />
2021-07-21 14:07:38 +00:00
2021-10-13 12:24:49 +00:00
<link rel="icon" href="/favicon.ico" />
2021-07-21 14:07:38 +00:00
<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"
/>
2021-07-22 02:39:17 +00:00
<title>Ping Wallet</title>
2021-07-21 14:07:38 +00:00
</head>
<body>
<noscript>
<strong
2021-07-22 02:39:17 +00:00
>We're sorry but Ping Wallet doesn't work properly without JavaScript enabled. Please
2021-07-21 14:07:38 +00:00
enable it to continue.</strong
>
</noscript>
<div id="loading-bg">
<div class="loading-logo">
2021-10-13 12:24:49 +00:00
<img src="/logo.svg" alt="Logo" width="80"/>
2021-07-21 14:07:38 +00:00
</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>