-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
23 lines (23 loc) · 1.15 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta content="Vue project for ethereum blockchain explorer." name="description">
<meta content="vue,ethereum,blockchain,explorer,vuethexplorer" name="keywords">
<link rel="apple-touch-icon" sizes="120x120" href="/static/images/logo_120.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/images/logo_180.png">
<link rel="apple-touch-icon" sizes="192x192" href="/static/images/logo_192.png">
<link rel="apple-touch-icon" sizes="512x512" href="/static/images/logo_512.png">
<link rel="shortcut icon" href="/static/images/logo.png" title="favicon" />
<link rel="manifest" href="/static/manifest.json" />
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css">
<title>Vue Eth Explorer</title>
</head>
<body>
<div id="vuethexplorer"></div>
<!-- built files will be auto injected -->
</body>
</html>