Created
August 13, 2015 13:02
-
-
Save fredericAerts/5211413b3624482c89af to your computer and use it in GitHub Desktop.
Web developer in 3 days - v4
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> | |
| <head> | |
| <title>Beginner page</title> | |
| <link rel="stylesheet" href="styles/reset.css"> | |
| <link rel="stylesheet" href="styles/base.css"> | |
| <link rel="stylesheet" href="styles/grid.css"> | |
| <link rel="stylesheet" href="styles/helper-classes.css"> | |
| <link rel="stylesheet" href="styles/header.css"> | |
| <link rel="stylesheet" href="styles/hero.css"> | |
| <link rel="stylesheet" href="styles/tabs.css"> | |
| <link rel="stylesheet" href=“styles/footer.css"> | |
| <script src="scripts/script.js"></script> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment