Line 1: | Line 1: | ||
− | <! | + | <!DOCTYPE html> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<html> | <html> | ||
− | + | <head> | |
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | <script src=" | + | <script src="/dist/js/vendor.js"></script> |
− | <link rel="stylesheet" href=" | + | <link rel="stylesheet" href="/dist/css/vendor.css"> |
− | <link rel="stylesheet" href=" | + | <link rel="stylesheet" href="/css/styles.css"> |
− | <script src=" | + | <script src="/js/wiki.js"></script> |
<!--Added MathJax hack to make inline equations work--> | <!--Added MathJax hack to make inline equations work--> | ||
<script type="text/x-mathjax-config"> | <script type="text/x-mathjax-config"> | ||
Line 23: | Line 17: | ||
}); | }); | ||
</script> | </script> | ||
− | + | </head> | |
− | + | <body> | |
− | + | <div id="igem-navbar-placeholder"> | |
+ | <p>Placeholder for iGEM Navbar</p> | ||
+ | </div> <main id="top" class="landing-page"></main> | ||
<script> | <script> | ||
$(function() { | $(function() { | ||
− | $('main.landing-page').load(' | + | $('main.landing-page').load('/content/index.html'); |
}); | }); | ||
</script> | </script> | ||
− | + | </body> | |
</html> | </html> |
Revision as of 00:03, 10 October 2018
<!DOCTYPE html>