-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzzzDailyHTML090222.html
More file actions
28 lines (26 loc) · 1.02 KB
/
zzzDailyHTML090222.html
File metadata and controls
28 lines (26 loc) · 1.02 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FIEREM</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="css/zzzDailyCSS090222.css">
</head>
<body>
<h1>Hello, 2nd of Sept</h1>
<div class="container">
<div class="row">
<div class="col-12" id="displayMain"></div>
</div>
</div>
<p>Ending notes....</p>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/variables.js"></script>
<script src="js/zzzDailyJS090222.js"></script>
</body>
</html>