-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.23 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<title>Timeerz.com</title>
<link
rel="icon"
href="./Images/k-s-h-n-abhiram-whatsapp-image-2023-07-30-at-20-20-31-removebg-preview.png"
/>
<link rel="stylesheet" href="./CSS/mainCss.css" />
<link
href="https://fonts.googleapis.com/css2?family=Playwrite+ID:wght@100..400&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Pacifico&family=Playwrite+ID:wght@100..400&display=swap"
rel="stylesheet"
/>
</head>
<body
style="
margin: 0px;
background-image: url(./Images/NOTE9.png);
/* background-repeat: no-repeat; */
background-size: 110%;
"
>
<div class="navDiv"><p class="innerPara">Timeerz</p></div>
<div class="mainDiv">
<div class="innerdiv">
<div class="divPara">
<p class="para1">Let's count down!</p>
</div>
<div class="imgDiv">
<input
placeholder="Input and Click Enter"
type="text"
id="input"
class="input"
/>
</div>
</div>
</div>
</body>
<script src="./JavaScript/firstscript.js"></script>
</html>