Skip to content

Commit

Permalink
Create 0_research_page_template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuehe committed Dec 17, 2023
1 parent d78d4f2 commit 34afb10
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions 0_research_page_template.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<script src="components/header.js" type="text/javascript" defer></script>
<script src="components/navigation.js" type="text/javascript" defer></script> <!-- edit this .js file to add this page to the navigation -->
<script src="components/footer.js" type="text/javascript" defer></script>

<header-component></header-component>

<body>
<navigation-component></navigation-component>

<div class="breadcrumbs margin-bottom-40">
<div class="container">
<h1 class="pull-left">Page Title</h1> <!-- change page title here -->
</div>
</div>

<!--=== Content Part ===-->
<div class="container">

</div>

<footer-component></footer-component>

<script type="text/javascript" src="assets/css/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="assets/css/hover-dropdown.min.js"></script>

</body>
</html>

0 comments on commit 34afb10

Please sign in to comment.