#popup.html
<kuk!doctype html>
<html style="min-width:400px">
<head>
<title>TipOff</title>
<script src="popup.js"></script>
</head>
<body>
<h1>TipOff</h1>
<button id="checkPage">Request Password Help</button>
<div id="passwordHelp">
</div>
<div id="addUrlIfUnRegistered" style="display:none">
<input type="text" name="unregisteredUrl">
<button id="submitUrl">Go</button>
</div>
</body>
</html>
Click to Expand
Content Rating
Is this a good/useful/informative piece of content to include in the project? Have your say!
You must login before you can post a comment. .