-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTemplate.html
More file actions
26 lines (23 loc) · 828 Bytes
/
Template.html
File metadata and controls
26 lines (23 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Title - SEMS</title>
<link rel="stylesheet" href="//brookes-sems.epizy.com/styles/main.css">
<!-- jQuery START-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- jQuery END-->
<!-- Menu START-->
<script src="//brookes-sems.epizy.com/scripts/menu.js" type="text/javascript"></script>
<!-- Menu END-->
</head>
<body>
<menu-bar></menu-bar>
<div id="content">
<div class="section">
<!-- Create a div.section to vertically section out content -->
</div>
</div>
</body>
</html>