17 lines
454 B
HTML
17 lines
454 B
HTML
<html>
|
|
<head>
|
|
<title>AlwaysKillSticky</title>
|
|
<link rel='stylesheet' type='text/css' href='popup.css' />
|
|
<link rel='stylesheet' type='text/css' href='fonts/font-awesome.css' />
|
|
</head>
|
|
<body>
|
|
<div id='main-button-container'>
|
|
<button type='button'></button>
|
|
</div>
|
|
<div id='aux-button-container'>
|
|
<button type='button' class='options-button'></button>
|
|
</div>
|
|
</body>
|
|
<script src="functions.js"></script>
|
|
<script src="popup.js"></script>
|
|
</html> |