Advertisement
trunks470

Test Web Site 1.html (Alt Page)

Jan 28th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8"></meta>
  5.         <link rel="stylesheet" href="Test Web Site 1 Style Sheet.css"></link>
  6.         <link rel="stylesheet" href="animate.css"></link>
  7.         <script src="Experiment.js" type="text/javascript" async="true" defer="defer"></script>
  8.         <title>Test</title>
  9.     </head>
  10.     <body id = "main" class = "m-scene">
  11.         <div id = "box1" class = "box scene_element scene_element--fadeInLeft">
  12.             <a href="Test Web Site 1.html">
  13.                 <span class="link-spanner"></span>
  14.             </a>
  15.         </div>
  16.         <div id = "box2" class = "box scene_element scene_element--fadeInUp"></div>
  17.         <div id = "box3" class = "box scene_element scene_element--fadeInDown"></div>
  18.         <div id = "box4" class = "box scene_element scene_element--fadeInRight"></div>
  19.     </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement