You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
557 B
25 lines
557 B
<!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>
|
|
|