2016-08-17 00:39:40 +02:00
|
|
|
<!doctype html>
|
2017-10-25 09:10:09 +02:00
|
|
|
<html style="height:600px;">
|
2016-08-17 00:39:40 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>MetaMask Notification</title>
|
2016-08-17 01:46:44 +02:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
</style>
|
2016-08-17 00:39:40 +02:00
|
|
|
</head>
|
2017-10-25 09:10:09 +02:00
|
|
|
<body class="notification" style="height:600px;">
|
2016-08-17 00:39:40 +02:00
|
|
|
<div id="app-content"></div>
|
2018-10-19 04:17:17 +02:00
|
|
|
<script src="./libs.js" type="text/javascript" charset="utf-8"></script>
|
2018-03-29 06:29:57 +02:00
|
|
|
<script src="./ui.js" type="text/javascript" charset="utf-8"></script>
|
2016-08-17 00:39:40 +02:00
|
|
|
</body>
|
|
|
|
</html>
|