mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
24 lines
586 B
HTML
24 lines
586 B
HTML
<!DOCTYPE html>
|
|
|
|
<!-- NOTE: I think this is not used at all -->
|
|
|
|
<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> |