-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 1.15 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">
<meta property="og:title" content="Microsoft Learn AI Skills Challenge - NIBM">
<meta property="og:description" content="Event Registration Soon">
<meta property="og:image" content="./link.png">
<!-- <meta property="og:url" content="https://aiskills.nibmcs.org"> -->
<meta property="og:type" content="website">
<title>Microsoft Learn AI Skills Challenge - NIBM</title>
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="nibmcs.png" type="image/x-icon">
</head>
<body>
<div class="header">
<h1>Microsoft Learn AI Skills Challenge - NIBM</h1>
<h2>Event Registration Soon</h2>
<h3>Begins in:</h3>
<div id="countdown"></div>
<h4>24th August 2023 | 03:00 PM (UTC +05:30) | NIBM Colombo 7</h4>
<h4>Organized by:</h4>
<div class="logo-container">
<img src="nibmcs.png" alt="Logo 1">
<img src="mlsa.png" alt="Logo 2">
</div>
</div>
<script src="script.js"></script>
</body>
</html>