43 lines
572 B
HTML
43 lines
572 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<title>title</title>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Your code goes here -->
|
|
|
|
<h1>hometown</h1>
|
|
<section>
|
|
<h2>Location</h2>
|
|
<p>Location</h2>
|
|
</section>
|
|
<section>
|
|
<h2>About</h2>
|
|
<section>
|
|
<h3>Stupid</h3>
|
|
<p>stupid</p>
|
|
</section>
|
|
<section>
|
|
<h3>Real stupid</h3>
|
|
<p>Still stupid</p>
|
|
</section>
|
|
<section>
|
|
<h3>Really really stupid</h3>
|
|
<p>Still really stupid</p>
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<h2>Things To Do</h2>
|
|
<ul>
|
|
<li>nope</li>
|
|
<li>Extra for sanity</li>
|
|
</ul>
|
|
</section>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|