Files
YellowLabTools/test/www/simple-page.html
T

12 lines
168 B
HTML

<html>
<head>
<title>Simple page</title>
</head>
<body>
<h1>Simple page</h1>
<script>
document.getElementById('foo');
</script>
</body>
</html>