/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <html lang="en"> <head> <!-- Meta --> <meta charset="utf-8"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="author" content="Ben Wellby"> <!-- End Meta --> <!-- Favicons --> <link rel="shortcut icon" href="favicon.ico"> <link rel="apple-touch-icon" href="youricon.png"> <!-- End Favicons --> <!-- Title --> <!-- End Title --> <!-- CSS --> <link rel="stylesheet" href="css/stylesheet.css" /> <!-- End CSS --> </head> <body> <!-- Page Content --> <div id="container"> </div> <!-- End Page Content --> <!-- Javascript --> <!-- End Javascript --> </body> </html>