This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
FireRecord/test.html
retep998 3e62e81982 Moved the javascript to a separate file.
Signed-off-by: retep998 <retep998@verizon.net>
2013-03-07 13:19:46 -05:00

15 lines
438 B
HTML

<!doctype html>
<html>
<head>
<title>What is this I don't even.</title>
<script type="text/javascript" src="test.js"></script>
</head>
<body>
<h1 id="poke">Sup?</h1>
<a href="javascript:analyze();">Click me to analyze the page.</a>
<form class="blah">
<input id="foo" name="lel" type="text" />
<input id="bar" type="submit" />
</form>
</body>
</html>