10 lines
245 B
HTML
10 lines
245 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<body>
|
|
<h1>This page is not ready yet. Sorry! Come back soon for more.</h1>
|
|
<h2>P.S. This is the next page to be worked on.</h2>
|
|
<a href = "index.html">Go home</a>
|
|
</body>
|
|
</html>
|