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
  • 17-129-040c EY 2017 fall online ads
  • publish
  • index.html
  • Dan Rempel's avatar
    EY Fall ads for approval · b5a4582f
    b5a4582f
    Dan Rempel committed 2017-10-26 17:58:55 -0400
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>