-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 1.3 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zen-Class-Daily-Activties---Day-03</title>
</head>
<body1>
<title>Apology</title><p></p>
<style>
.square-box {
height: auto;
width: auto;
color: rgb(221, 40, 52);
background-color: #ffb700;
border: 1px solid #000;
text-align: center;
padding: 2rem 0%; border-radius: 1.875rem;
box-sizing: content-box;
}
</style>
<div class="square-box">Sorry for the delay in submitting the tasks!</div>
<br>
<br>
<script src="./script.js"></script>
</body1>
<body2>
<h3 >XMLHTTPRequest Demo Page</h3>
<p style="color: rgb(96, 64, 161); font-size: 16px;">Kindly open the console to watch the results and if interested kindly click <a href="https://github.com/Naveen-Raj-Sivasamy/Zen-Class-Daily-Activties---Day-03" target="_blank">here</a> to open the GitHub page where the same contents are displayed</p>
<br>
<p style="color: rgb(221, 40, 52); font-size: 14px; font-style: oblique;"><strong>Please Note: </strong>All the three questions and respective answers can be viewed without commenting any lines</p>
</body2>
</html>