-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApology.html
39 lines (34 loc) · 890 Bytes
/
Apology.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>:</title>
<style>
html {
background-color: #201e1e;
color: aliceblue;
}
h3 {
text-align: left;
font-weight: 400;
padding: 0.5rem;
padding-bottom: 0;
}
div {
font-size: 2rem;
font-weight: 1000;
padding: 0.2rem;
margin-bottom: 0.4rem;
}
</style>
</head>
<body>
<h3>
<div>My apologies for the oversight!</div> I'm still in the process of adding <i>JavaScript</i> to the project.
It's taking a bit
longer than
expected, but I'm working diligently to get it sorted out. <br>Thanks for your patience!
</h3>
</body>
</html>