2016-04-14 00:28:44 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>MetaMask</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<!-- app content -->
|
|
|
|
<div id="app-content"></div>
|
|
|
|
<script src="./bundle.js" type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
|
|
|
<!-- design reference -->
|
|
|
|
<link rel="stylesheet" type="text/css" href="./app/css/debug.css">
|
2019-09-03 19:47:54 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="./app/css/debug-rtl.css" disabled="true">
|
2016-04-14 00:28:44 +02:00
|
|
|
<div id="design-container">
|
|
|
|
<img id="design-img" src="./design/metamask_wfs_jan_13.png">
|
|
|
|
</div>
|
2016-07-01 06:32:50 +02:00
|
|
|
|
2016-04-14 00:28:44 +02:00
|
|
|
</body>
|
2016-07-01 06:32:50 +02:00
|
|
|
</html>
|