16 lines
373 B
HTML
16 lines
373 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="icon" type="image/png" href="/assets/favicon.png" />
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic|Material+Icons">
|
|
<title>vue-wallet</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="/dist/build.js"></script>
|
|
</body>
|
|
|
|
</html> |