mirror of
https://github.com/tcsenpai/Hop-The-Fence.git
synced 2025-06-05 10:35:21 +00:00
20 lines
440 B
HTML
20 lines
440 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="ui.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="popup" id="ui-content">
|
|
<button id="config-button">Configuration</button>
|
|
<button id="ladderize-button">Ladderize this!</button>
|
|
</div>
|
|
|
|
<div class="dim">
|
|
<p>This extension is made for legitimate use only.</p>
|
|
</div>
|
|
<script src="ui.js"></script>
|
|
</body>
|
|
</html>
|