Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en" dir="ltr">
- <head>
- <meta charset="utf-8">
- <title>Completed Story</title>
- <script type="text/javascript" src="main.js" defer></script>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <section id="top">
- <img src="https://s3.amazonaws.com/codecademy-content/courses/learn-html-forms/formAStoryLogo.svg" alt="Form A Story Logo">
- </section>
- <section id="main">
- <h1 id="title"></h1>
- <article id="story"></article>
- <h2 id="moral">Moral of the story:</h2>
- <article id="moral-message"></article>
- <hr>
- <a href="index.html">Start Over!</a>
- <span> || </span>
- <a href="original.html">Original Story</a>
- </section>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement