forked from newton-blockchain/newton-blockchain.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (31 loc) · 846 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
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Newton</title>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<style>
body {
font-family: monospace;
margin: 20px;
}
div {
margin-bottom: 24px;
}
</style>
</head>
<div>
<h1>
Website: <a href="https://toncoin.org">toncoin.org</a>
</h1>
</div>
<div>
<a href="https://newton-blockchain.github.io/global.config.json">global.config.json</a>
- configuration file for the TON Blockchain.
</div>
</body>
</html>