16 lines
439 B
HTML
16 lines
439 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>
|