-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (60 loc) · 3.26 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>singapore-node-1.gulden.com</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- Use the Gulden font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<!-- Custom CSS -->
<link href="css/gulden.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/sweetalert.css">
<!-- JS Popups -->
<script>
function aboutUsPopup() {
// sweetAlert("I'm a machine", "My location: Singapore \n My hostname: singapore-node-1.jaymaree.nl \n My owner: https://twitter.com/tcpflag130x10");
swal({
title: "I'm a machine, right?",
text: '<p><strong>My hostname:</strong> singapore-node-1.jaymaree.nl</p> <p><strong>My owner:</strong> https://twitter.com/tcpflag130x10</p> <p><strong>My location:</strong> Singapore </p><p><br/><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Flag_of_Singapore.svg/300px-Flag_of_Singapore.svg.png" height="100" width="180" style="border:1px solid #000000"></p>',
html: true
});
}
</script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="gulden-center">
<p><img src="https://dev.gulden.com/wp-content/themes/gulden/images/[email protected]" width="40" height="40"></p>
<p><h1>Hi, I execute Gulden transactions.</h1></p>
<p class="lead">Almost all full nodes also help the network by accepting transactions and blocks from other full nodes, validating those transactions and blocks, and then relaying them to further full nodes.</p>
<!-- <p> </p> -->
<p><a href="https://gulden.com/pow2" target="_blank" class="btn btn-info" role="button">Read the white paper</a> <a class="btn btn-warning popup-btn" role="button" onclick="aboutUsPopup();">About this node</a></p>
<!-- <p> </p> -->
</div>
</div>
<footer class="footer">
<div class="container-footer">
<p class="text-muted">Version: <span class="label label-success">1.6.4.1</span></p>
</div>
</footer>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/sweetalert.min.js"></script>
</body>
</html>