-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzzzDailyHTML090422.html
More file actions
53 lines (51 loc) · 1.64 KB
/
zzzDailyHTML090422.html
File metadata and controls
53 lines (51 loc) · 1.64 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
48
49
50
51
52
53
<!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/zzzDailyCSS090422.css">
</head>
<body>
<h1>Hello, world!</h1>
<div class="container">
<div class="row">
<div class="col" id="displayLeft"></div>
<div class="col" id="displayMain">
<form action="">
<label for="username">username: </label>
<input type="text" id="username">
</form>
</div>
</div>
</div>
<h1>daily test</h1>
<h2>daily test 2</h2>
<h3>daily test 3</h3>
<h4>daily test 4</h4>
<h5>hello the 13th</h5>
<h6>hello the 14th</h6>
<h1>hello the 15th</h1>
<h2>hello the 16th</h2>
<h3>hello the 17th</h3>
<h4>hello the 18th</h4>
<h5>hello the 19th</h5>
<h6>hello the 20th</h6>
<h1>hello the 21st</h1>
<h2>hello the 22nd</h2>
<h3>hello the 23rd</h3>
<h4>hello the 24th</h4>
<h5>hello the 25th</h5>
<h5>hello the 26th</h5>
<h6>hello the 27th</h6>
<h1>hello the 29th</h1>
<h2>hello last day of September</h2>
<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/zzzDailyJS090422.js"></script>
</body>
</html>