forked from BluuArc/bfmt-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 685 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (20 loc) · 685 Bytes
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 name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="A small site to view entries inside the bfmt-data repo">
<title>bfmt-data viewer</title>
<link rel="stylesheet" href="web/lib.css">
<link rel="stylesheet" href="web/app.css">
<script defer src="web/app.js"></script>
<script>
window.sc_project = window.sc_project || 11034084;
window.sc_invisible = window.sc_invisible || 1;
window.sc_security = window.sc_security || '3e7dba9f';
</script>
<script defer src="https://secure.statcounter.com/counter/counter.js"></script>
</head>
<body>
</body>
</html>