cosmos-explorer/public/index.html

39 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2021-03-14 17:14:32 +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" />
<title>
LOOK Explorer - A light explorer for Cosmos based blockchains, Powered by
ping.pub.
</title>
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<link rel="stylesheet" href="/static/css/font_1354695_lrb2z8iklqe.css" />
<script src="/static/cdn/vue@2.6.11.min.js"></script>
<script src="/static/cdn/element-ui@2.13.0.js"></script>
</head>
<body>
<noscript>
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> 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>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?612cb1567ca1cb640c7e9ee55b748c8c";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>