archive/zanglenotify/src/browser_action/browser_action.html

11 lines
236 B
HTML
Raw Normal View History

2017-12-14 02:49:35 -05:00
<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>