Skip to content

Instantly share code, notes, and snippets.

@cypressious
Last active November 25, 2017 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cypressious/95ae5671abf0b7d5cfc2dd7f5cfd12bf to your computer and use it in GitHub Desktop.
Save cypressious/95ae5671abf0b7d5cfc2dd7f5cfd12bf to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="choose_beast.css"/>
</head>
<body>
<div id="popup-content">
<div class="button beast">Frog</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="build/classes/kotlin/main/min/kotlin.js"></script>
<script src="build/classes/kotlin/main/min/popup.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment