1
0
Fork 0
forked from lthn/blockchain
blockchain/src/gui/qt-daemon/html/index.html
2019-01-09 15:25:03 +02:00

15 lines
657 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Zano</title>
<base href=".">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
</head>
<body>
<app-root></app-root>
<script type="text/javascript" src="runtime.js"></script><script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="styles.js"></script><script type="text/javascript" src="vendor.js"></script><script type="text/javascript" src="main.js"></script></body>
</html>