-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathindex.html
25 lines (24 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>👨💻 Lets Kick OF HacktoberFest 👨💻</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">
</head>
<body>
<div class="header">
<a href="https://hack.letskhabar.com"><h1>👨💻 HacktoberFest 👨💻</h1></a>
<p>Open source is changing the world - one pull request at a time. Join our global community for the yearly celebration of open source software!</p>
</div>
<div class="users" id="users">
<!-- Content is generated dynamically -->
<!-- Add your card in user.js following the instructions -->
</div>
<div class="footer">
© 2020 Letskhabar Inc.
</div>
<script src="./user.js"></script>
</body>
</html>