-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTP7.html
More file actions
47 lines (39 loc) · 1.44 KB
/
TP7.html
File metadata and controls
47 lines (39 loc) · 1.44 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--CSS links-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="css/millerpr.css">
<title>RSTI Texts</title>
<!--JS links-->
<script src="https://code.jquery.com/jquery-3.5.0.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"></script>
<style>
ul {list-style-type: none;}
</style>
</head>
<body>
<div id="nav-placeholder"></div>
<div class="container mt-3">
<div class="container">
<h3 id="projectTitle"></h3>
<h4 id="itemTitle"></h4>
<div id="itemDescription" class="mt-3"></div>
<div id="itemLists" class="mt-3"></div>
<ul id="itemDetails" class="mt-3" style="list-style-type: none;">
</ul>
<div id="imageOutput">
</div>
</div>
<div>Copyright notice:</div>
<div id="license"></d>
</div>
<footer id="footerPlaceholder" class="d-none d-md-block footer container-fluid mt-auto py-3 bg-light"></footer>
<script src="js/tp7-2.js"></script>
</body>
</html>