blob: 37913f0e3730a05eefa412a5bc489f6bf8e590a0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<script src="js/script.js"></script>
</head>
<body>
<!-- Section One -->
<div class="main">
<h1>Test</h1>
</div>
<!-- Section Two -->
<ul>
<li>One</li>
<li>Two</li>
<li>Three</li>
</ul>
</body>
</html>