Advertisement
Connigma

index.html

Feb 26th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  <head>
  4.   <meta charset="utf-8"/>
  5.   <title>Connor's Website</title>
  6.   <link rel="stylesheet" type="text/css" href="assets/stylesheets/main.css">
  7.  </head>
  8.     <body>
  9.         <h1>Connor Croft</h1>
  10.         <center>
  11.             <img width="640" height="480" source src="http://i.imgur.com/tyNwowg.jpg" alt="meme">
  12.         </center>
  13.         <div>Example Image</div>
  14.         <center>
  15.             <video width="640" height="480" controls>
  16.                 <source src="https://d2v9y0dukr6mq2.cloudfront.net/video/watermark/slow-motion-falling-money_-jjatxweb__WL.mp4?response-content-disposition=attachment"
  17.                 type="video/mp4"
  18.             </video>
  19.         </center>
  20.         <div>Example Video</div>
  21.     </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement