AlwaysKillSticky/popup.html

24 lines
675 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='info-header'>
AlwaysKillSticky <span class='version'>0.6</span>
</div>
<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>