mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
22 lines
538 B
HTML
22 lines
538 B
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<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>
|