-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 908 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
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="dashboard.css">
<script defer src="dashboardcode.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=1.0">
<title></title>
</head>
<body>
<h3 id="category">Dashboard for project </h3>
<h6><a id="subhead">(based on Category:[Missing])</a></h6>
<button id="toggleData">Toggle Data</button>
<div class="maingrid">
<div class="section">Top pages by edit count
<div class="infolist" id="articlelist"></div>
</div>
<div class="section">Top users by number of pages edited
<div class="infolist" id="userlist"></div>
</div>
<div class="section">Recent Edits
<div class="infolist" id="minorlist"></div>
</div>
<div class="section">Recent Users
<div class="infolist" id="recentlist"></div>
</div>
</div>
</body>
</html>