archive/zanglenotify/src/browser_action/browser_action.html
2017-12-14 02:49:35 -05:00

11 lines
236 B
HTML

<html>
<head>
<link rel="stylesheet" href="./index.css">
</head>
<input id="username">
<input id="password">
<button id="button">Submit</button>
<div id="container">
</div>
<script src="js/index.js"></script>
</html>