2018-05-16 15:16:14 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
2018-09-23 19:44:39 +02:00
|
|
|
<!-- NOTE: I think this is not used at all -->
|
|
|
|
|
2018-05-16 15:16:14 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="style.css"/>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="popup-content">
|
|
|
|
<div class="button" data-action="getCompletePageHtml">Complete HTMLxx</div>
|
|
|
|
<div class="button beast">Turtle</div>
|
|
|
|
<div class="button beast">Snake</div>
|
|
|
|
<div class="button reset">Reset</div>
|
|
|
|
</div>
|
|
|
|
<div id="error-content" class="hidden">
|
|
|
|
<p>Can't beastify this web page.</p><p>Try a different page.</p>
|
|
|
|
</div>
|
|
|
|
<script src="index.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|