AlwaysKillSticky/popup.html

21 lines
588 B
HTML

<html>
<head>
<title>AlwaysKillSticky</title>
<link rel='stylesheet' type='text/css' href='popup.css' />
<link rel='stylesheet' type='text/css' href='fonts.css' />
</head>
<body>
<div class='main-button-container'>
<button type='button' class='main-button'></button>
</div>
<div class='misc'>
<span class='mode-display'></span>
<button type='button' class='reload-button'></button>
</div>
<div class='aux-button-container'>
<button type='button' class='options-button'></button>
</div>
</body>
<script src="functions.js"></script>
<script src="popup.js"></script>
</html>