forked from aitoss/HacktoberFest_2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparticipants.html
27 lines (24 loc) · 964 Bytes
/
participants.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="participants.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"/>
<title>Participants</title>
</head>
<body>
<div class="mt-5">
<h1 class="h1-title">Hacktoberfest 2020 - Participants</h1>
</div>
<div class="row outer-div mt-5">
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="participants.js" type="text/javascript">
</script>
</body>
</html>