-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathMadsLoop_Webpage.html
More file actions
34 lines (32 loc) · 1.28 KB
/
MadsLoop_Webpage.html
File metadata and controls
34 lines (32 loc) · 1.28 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
<DOCTYPE html>
<html>
<head>
<title>Calender In C</title>
</head>
<style>
body{background-color:powderblue}
</style>
<body >
<h1 style="text-align:center;font-family:verdana">Calender In C</h1>
<h2 align="center"> <img src="https://drive.google.com/uc?export=view&id=1ZoZJvpaBcYAcgXEdpX7pOA3SHFEwvSmY" alt="Calender will be available soon"
style="width:300px;height=400px" style="text-align:center"> </h2>
<h2 style="text-align:center">Holidays</h2>
<h2 align="center"> <a href="https://www.india.gov.in/calendar?date=2022-02" target="_blank">Indian Holidays</a> </h2>
<h2 align="center">Holidays and Observances:</h2>
<p align="center";text font-size:200%>
1 Jan -New Year's Day<br>
14 Jan -Makar Sankranti<br>
26 Jan -Republic Day<br>
10 Apr -Rama Navami<br>
14 Apr -Mahavir Jayanti<br>
14 Apr -Ambedkar Jayanti<br>
16 May -Buddha Purnima/Vesak<br>
15 Aug -Independence Day<br>
2 Oct -Mahatma Gandhi Jayanti<br>
24 Dec -Christmas Eve<br>
25 Dec -Christmas<br>
</p>
<h2 style="text-align:center">Check Out Working Of Our Calender</h2>
<h2 align="center"> <a href="https://drive.google.com/file/d/1tepC0WUAp4omlN9U3SetXqX11NAGjgpx/view?usp=sharing" target="_blank">MadsLoopCalender</a> </h2>
</body>
</html>