-
Notifications
You must be signed in to change notification settings - Fork 2
/
production_index.html
executable file
·37 lines (35 loc) · 4.03 KB
/
production_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html ng-app="app"><head><base href="/"><meta charset="utf-8" />
<title>Metaverse Blockchain Explorer</title>
<meta name="title"/>
<meta name="description" >
<meta name="robots">
<meta name="keywords" content="metaverse, explorer, blockchain, digital identity, asset">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="icon" type="image/png" href="/img/favicon.png" >
<script src="/min/jquery.min.js"></script>
<script src="/min/libs.min.js"></script>
<script src="/min/framework.min.js"></script>
<script src="/min/app.min.js"></script>
<script async defer src="/min/optlibs.min.js"></script>
<link href="min/app.css" rel="stylesheet"/>
</head><body><ui-view></ui-view></body><!--
███████╗██╗ ██╗██████╗ ██╗ ██████╗ ██████╗ ███████╗
██╔════╝╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██╔══██╗██╔════╝
█████╗ ╚███╔╝ ██████╔╝██║ ██║ ██║██████╔╝█████╗
██╔══╝ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██╔══██╗██╔══╝
███████╗██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║███████╗
╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
████████╗██╗ ██╗███████╗
╚══██╔══╝██║ ██║██╔════╝
██║ ███████║█████╗
██║ ██╔══██║██╔══╝
██║ ██║ ██║███████╗
╚═╝ ╚═╝ ╚═╝╚══════╝
███╗ ███╗███████╗████████╗ █████╗ ██╗ ██╗███████╗██████╗ ███████╗███████╗
████╗ ████║██╔════╝╚══██╔══╝██╔══██╗██║ ██║██╔════╝██╔══██╗██╔════╝██╔════╝
██╔████╔██║█████╗ ██║ ███████║██║ ██║█████╗ ██████╔╝███████╗█████╗
██║╚██╔╝██║██╔══╝ ██║ ██╔══██║╚██╗ ██╔╝██╔══╝ ██╔══██╗╚════██║██╔══╝
██║ ╚═╝ ██║███████╗ ██║ ██║ ██║ ╚████╔╝ ███████╗██║ ██║███████║███████╗
╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝ -->
</html>