Created
June 4, 2014 10:44
-
-
Save Zaturrby/230feaa351a609b34442 to your computer and use it in GitHub Desktop.
index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Hammer_Time</title> | |
| </head> | |
| <style> | |
| </style> | |
| <body> | |
| <header> | |
| <h1> Acceleration of Time </h1> | |
| </header> | |
| <section class="middle"> | |
| <div class="left"> | |
| <!-- Lijst met namen --> | |
| </div> | |
| <article> | |
| <!-- plaatje van de klok --> | |
| </article> | |
| <div class="right"> | |
| <!-- Lijst met namen --> | |
| </div> | |
| </section> | |
| <section> | |
| <h1> Trough Technology</h1> | |
| </section> | |
| <footer> | |
| <p>made by ...</p> | |
| </footer> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment