-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
25 lines (24 loc) · 1.08 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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Fourcore</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
<script src="assets/js/jquery.js" type="text/javascript"></script>
<script src="assets/js/fourcore.js" type="text/javascript"></script>
<script src="assets/js/node_modules/chart.js/dist/chart.js" type="text/javascript"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
</head>
<body>
<img src="assets/img/logo.png" class="logo"/>
<div style="margin-left: 20px;">
<h3>Fourcore</h3>
<p>A frontend for miningcore-based pools.</p>
<a href="statistics.html" id="homebtn">Get started</a>
</div>
</body>
</html>