(Created page with "<h2>hi</h2>") |
|||
Line 1: | Line 1: | ||
− | <h2> | + | <!DOCTYPE html> |
+ | <html> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <script src="/dist/js/vendor.js"></script> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $('header').load('/templates/header.html'); | ||
+ | $('footer').load('/templates/footer.html'); | ||
+ | }) | ||
+ | </script> | ||
+ | <link rel="stylesheet" href="/css/ekko-lightbox.css"> | ||
+ | <link rel="stylesheet" href="/css/fa-svg-with-js.css"> | ||
+ | <link rel="stylesheet" href="/css/fontawesome_all.min.css"> | ||
+ | <link rel="stylesheet" href="/css/styles.css"> | ||
+ | <script src="/js/wiki.js"></script> | ||
+ | <!--Added MathJax hack to make inline equations work--> | ||
+ | <script type="text/x-mathjax-config"> | ||
+ | MathJax.Hub.Config({ | ||
+ | tex2jax: { | ||
+ | inlineMath: [ ['$','$'], ["\\(","\\)"] ], | ||
+ | processEscapes: true | ||
+ | } | ||
+ | }); | ||
+ | </script> </head> | ||
+ | |||
+ | <body> | ||
+ | <div class="sub-page"> | ||
+ | |||
+ | <header></header> <div class="landing-sub-page" id="top" style="background: url(https://static.igem.org/mediawiki/2018/4/45/T--BOKU-Vienna--2018_bestfilm_landing.jpg) fixed no-repeat center; background-size: cover;"> | ||
+ | <div class="header"> | ||
+ | <h2>Best Videos</h2> | ||
+ | </div> | ||
+ | </div> <div id="main" class="container"> | ||
+ | <article class="row-element"></article> | ||
+ | <script> | ||
+ | $('article').load('/content/Best_Videos.html'); | ||
+ | </script> | ||
+ | </div> <footer></footer> | ||
+ | <!--SMOOTH SCROLL UP--> | ||
+ | <div class='scrolltop'> | ||
+ | <div class='scroll icon'><i class="fas fa-chevron-up"></i></div> | ||
+ | </div> </div> | ||
+ | </body> | ||
+ | </html> |
Revision as of 15:09, 17 October 2018
<!DOCTYPE html>