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> |
<script> | <script> | ||
$(function() { | $(function() { | ||
− | $('header').load(' | + | $('header').load('/templates/header.html'); |
− | $('footer').load(' | + | $('footer').load('/templates/footer.html'); |
}) | }) | ||
</script> | </script> | ||
− | <link rel="stylesheet" href=" | + | <link rel="stylesheet" href="/css/ekko-lightbox.css"> |
− | + | <link rel="stylesheet" href="/css/fa-svg-with-js.css"> | |
− | <link rel="stylesheet" href=" | + | <link rel="stylesheet" href="/css/fontawesome_all.min.css"> |
− | <link rel="stylesheet" href=" | + | <link rel="stylesheet" href="/css/styles.css"> |
− | <link rel="stylesheet" href=" | + | <script src="/js/wiki.js"></script> |
− | <script src=" | + | |
<!--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 31: | Line 24: | ||
} | } | ||
}); | }); | ||
− | </script> | + | </script> </head> |
− | + | <body> | |
+ | <div class="sub-page"> | ||
<header></header> <div id="main" class="container"> | <header></header> <div id="main" class="container"> | ||
<article class="row-element"></article> | <article class="row-element"></article> | ||
<script> | <script> | ||
− | $('article').load(' | + | $('article').load('/content/Basic_Part.html'); |
</script> | </script> | ||
</div> <footer></footer> | </div> <footer></footer> | ||
<!--SMOOTH SCROLL UP--> | <!--SMOOTH SCROLL UP--> | ||
− | <div class= | + | <div class='scrolltop'> |
− | <div class= | + | <div class='scroll icon'><i class="fas fa-chevron-up"></i></div> |
− | </div> | + | </div> </div> |
+ | </body> | ||
</html> | </html> |
Revision as of 15:11, 17 October 2018
<!DOCTYPE html>