Update index.html

Added a header tag in line 11.
pull/201/head
Mukarram710 12 months ago committed by GitHub
parent 9409685c9a
commit 65cc597448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,9 +4,16 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Animated Countdown</title>
</head>
<body>
<header>
<h1>This is a</h1>
<i class="fa-solid fa-stopwatch-20 watch"></i>
<span><h2>WATCH</h2></span>
</header>
<div class="counter">
<div class="nums">
<span class="in">3</span>

Loading…
Cancel
Save