Created
March 18, 2014 13:16
-
-
Save vjo/9619793 to your computer and use it in GitHub Desktop.
Template web page
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"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="Company Homepage"> | |
| <meta name="author" content="Victor Jolissaint"> | |
| <title>Page title</title> | |
| <link rel="author" href="humans.txt"> | |
| <link rel="icon" href="favicon.ico"> | |
| <link rel="shortcut icon" href="favicon.png"> | |
| <link rel="stylesheet" href="style.css"> | |
| <style> | |
| /* ... */ | |
| </style> | |
| </head> | |
| <body> | |
| <img src="company-logo.png" alt="Company"> | |
| <h1 class="hello-world">Hello, world!</h1> | |
| <script src="script.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment