Last active
November 14, 2016 11:01
-
-
Save MiguelDebruyne/79a1891ba072e9c1e4484ee433ea8ff5 to your computer and use it in GitHub Desktop.
HTML5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html class="no-js" lang=""> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="css/normalize.css"> | |
<link rel="stylesheet" href="css/main.css"> | |
</head> | |
<body> | |
<iframe src="http://www.virtualsalessuite.be/projecttour/cores/de_weverij/index.html" style="border: 0; width:1024px; height:768px;"></iframe> | |
<!-- <script src="https://code.jquery.com/jquery-{{JQUERY_VERSION}}.min.js"></script> | |
<script>window.jQuery || document.write('<script src="js/vendor/jquery-{{JQUERY_VERSION}}.min.js"><\/script>')</script> | |
<script src="js/plugins.js"></script> | |
<script src="js/main.js"></script> --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment