diff options
Diffstat (limited to 'www/blog/movies/index.html')
| -rw-r--r-- | www/blog/movies/index.html | 48 | 
1 files changed, 48 insertions, 0 deletions
diff --git a/www/blog/movies/index.html b/www/blog/movies/index.html new file mode 100644 index 0000000..75dd290 --- /dev/null +++ b/www/blog/movies/index.html @@ -0,0 +1,48 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +  <meta charset="utf-8"> +  <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> +  <title>senders.io - Blog</title> +  <link rel='stylesheet' type='text/css' href='/index.css'> +  <meta name="viewport" content="width=device-width, initial-scale=1"> +</head> +<body> +  <div id='header'> +    <a class='title' href='/'>senders.io</a> +    <nav> +      <a href="/blog">Blog</a> <a href="https://github.com/s3nd3r5">Github</a> +    </nav> +  </div> +  <div id='body'> +    <article> +      <h2>Favorite Movies</h2> +      <p>I occasionally ponder what my favorite movies are. So this is a list +      to help me remember. These are in alphabetical order.</p> +      <ul> +        <li>Alien</li> +        <li>All Quiet on the Western Front</li> +        <li>Arrival</li> +        <li>Dawn of the Dead (1978)</li> +        <li>Day of the Dead</li> +        <li>Dredd</li> +        <li>Grave of the Fireflies</li> +        <li>Hot Fuzz</li> +        <li>Jurassic Park</li> +        <li>Mad Max 2: The Road Warrior</li> +        <li>Mad Max: Fury Road</li> +        <li>Nausicaa of the Valley of the Wind</li> +        <li>Office Space</li> +        <li>Spaceballs</li> +        <li>Starship Troopers</li> +        <li>Superbad</li> +        <li>The Night of the Living Dead</li> +        <li>The Planet of the Apes</li> +        <li>The Terminator</li> +        <li>Tron: Legacy</li> +        <li>Tron</li> +      </ul> +    </article> +  </div> +</body> +</html>  |