Skip to content
  • This project
    • Loading...
  • Sign in

Tenzing / banners-with-skip

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • banners-with-skip
  • 16-129-032c EY 2016 fall online ads
  • publish
  • index.html
  • Dan Rempel's avatar
    EY 2016 fall intermediate approval - still missing 2 videos and all backup gifs · 44d28b82
    44d28b82
    Dan Rempel committed 2016-11-23 16:48:08 -0500
index.html 261 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="main.css">
<script src="main.js"></script>
<script src="http://www.w3schools.com/lib/w3data.js"></script>

<body>

<div w3-include-html="menu.html"></div> 

<script>
w3IncludeHTML();
</script>

</body>
</html>