-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
26 lines (26 loc) · 1.25 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
26
<!DOCTYPE html>
<html lang="en">
<head>
<title>Duino-Coin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" type="image/x-icon" href="img/ducominingdashboarddark.png">
<!--Google libarys-->
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<div id="faucetpopup" class="middle3" style="display:block">
<h1 class="title">
Hi! this dashboard has moved to it's own server.
</h1>
<br>
<p class="subtitle">Until now I have hosted the dashboard at Github pages which is also a great way for simple HTML,CSS,JS websites. But as I added more and more functions to the dashboard I needed a way to run backend code. Thats why the dashboard is now accessbile at duco.sytes.net</p>
<center>
<a href="https://duco.sytes.net">
<button class="subtitle button is-primary is-rounded ">Take me there</button>
</a>
</center>
<p class="subtitle">Thanks for using and supporting this dashboard! I hope you like the changes.</p>
</div>
</body>