mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
26 lines
557 B
HTML
26 lines
557 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!-- build:css styles/vendor.css -->
|
|
<!-- bower:css -->
|
|
<!-- endbower -->
|
|
<!-- endbuild -->
|
|
<!-- build:css styles/main.css -->
|
|
<link href="styles/main.css" rel="stylesheet">
|
|
<!-- endbuild -->
|
|
</head>
|
|
<body>
|
|
<h1>'Allo, 'Allo!</h1>
|
|
|
|
<!-- build:js scripts/vendor.js -->
|
|
<!-- bower:js -->
|
|
<!-- endbower -->
|
|
<!-- endbuild -->
|
|
|
|
<!-- build:js scripts/popup.js -->
|
|
<script src="scripts/popup.js"></script>
|
|
<!-- endbuild -->
|
|
</body>
|
|
</html>
|