forked from Oluwasetemi/altschool-opensource-names
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 791 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./resources/main.css">
<title>AltSchool OpenSource Names</title>
</head>
<body>
<div id="logo-area">
<img src="./resources/altschool_africa_logo.png" alt="AltSchool Africa" id="logo">
</div>
<div id="list-wrapper">
<h1>AltSchool Africa OpenSource Contributors</h1>
<div id="names-list"></div>
</div>
<script src="./resources/script.js"></script>
<button id="reload-btn" onclick="window.location.reload();"></button>
</body>
</html>