PY
py
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>
<head>
<title>Anniversary countdown</title>
<link rel="stylesheet" href ="styles.css">
</head>
<body>
<div class ="main">
<div class="overlay">
<div class="title">MY ANNIVERSARY IS COMING SOON </div>
<div class ="title" id="end-date"> 17 March 2025</div>
<div class="col">
<div>
<Input type ="text" readonly id="days" value="00">
<br>
" div" <label>days</label>
</div>
<div>
<br>
<label>Hours</label>
</div>
<div>
<input type="text" readonly id="minutes" value="00">
<br>
<label>Minutes</label>
</div>
<div>
Enter to Rename, Shift+Enter to Preview
OUTPUT
Uruchom