Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.25 KB | None | 0 0
  1.  
  2. <!DOCTYPE HTML>
  3. <html lang="en">
  4.  
  5. <head>
  6.     <meta name="Description" content="Author: Joseph Percival, University study">
  7.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  8.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9.     <title>Splash</title>
  10.     <link rel="stylesheet" type="text/css" href="styles.css">
  11.    
  12. <!--    FavIcon image for IE, Chrome, Mozilla browsers-->
  13.     <link rel="shortcut icon" href="img/star-favicon-dark.ico">
  14. <!--    favicon for Apple browsers-->
  15.     <link rel="apple-touch-icon-" href="img/star-favicon.png">
  16. <!--    android-->
  17.     <link rel="icon" sized="192x192" href="img/star-favicon.png">
  18. </head>
  19.  
  20. <body>
  21.     <main>
  22.         <article>
  23.             <section class="index-home">
  24.                 <h2>
  25.                     <b>Coming soon ...</b>
  26.                 </h2>
  27.  
  28.                 <!--Insertion of optimised SVG to lower bandwidth-->
  29.  
  30.                 <picture class="logo">
  31.                     <img src="img/star-logo-clearsunny.svg"  alt="Index page logo">
  32.                 </picture>
  33.             </section>
  34.         </article>
  35.     </main>
  36.    
  37.     <footer>
  38.         <p><h2>For contact details email josephmpercival@gmail.com</h2>
  39.     </footer>
  40.  
  41. </body>
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement