-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
59 lines (58 loc) · 3.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1,user-scalable=no,viewport-fit=cover">
<meta name="description" content="LORDLESS is a decentralized App where you do tasks and earn tokens."/>
<meta name="keywords" content="lordless,blockchian,dapp,game"/>
<meta name="author" content="lordless.io"/>
<meta name="renderer" content="webkit">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<link rel="lordless shortcut icon" href="//lordless-sh.oss-cn-shanghai.aliyuncs.com/static/lordless.ico?v=1.0">
<title>LORDLESS</title>
</head>
<body>
<div id="lordless"></div>
<script type="text/javascript">
console.info(`%c
**************************************************************************
* *
* ╔═╗ ╔═╗ ╔╗╔ ╔╦╗ ╦═╗ ╔═╗ ╔═╗ ╔╦╗ ╔═╗ *
* ║ ║ ║ ║║║ ║ ╠╦╝ ╠═╣ ║ ║ ╚═╗ *
* ╚═╝ ╚═╝ ╝╚╝ ╩ ╩╚═ ╩ ╩ ╚═╝ ╩ ╚═╝ *
* ---------------------- *
* *
* https://github.com/lordlessio/game-contracts *
* *
**************************************************************************
* *
* ╔╦╗ ╔═╗ ╔═╗ ╦ ╦ ╔╗╔ ╔═╗ ╦ ╔═╗ ╔═╗ ╦ ╔═╗ ╔═ *
* ║ ║╣ ║ ╠═╣ ║║║ ║ ║ ║ ║ ║ ║ ╦ ║ ║╣ ╚═ *
* ╩ ╚═╝ ╚═╝ ╩ ╩ ╝╚╝ ╚═╝ ╩═╝ ╚═╝ ╚═╝ ╩ ╚═╝ ╚═ *
* ---------------------- *
* *
* Blockchain Tech : Ethereum / Loom Network / Truffle / Web3.js *
* *
* Backend: NodeJS / GoLang / MongoDB / PostgreSQL *
* / Firebase / Redis *
* *
* Frontend : Vue.js / Element-ui *
* *
* Remote Wrok: Asana / Trello / Airtable *
* *
**************************************************************************
* *
* ╦ ╔═╗ ╦ ╔╗╔ ╦ ╦ ╔═╗ *
* ║ ║ ║ ║ ║║║ ║ ║ ╚═╗ *
* ╚╝ ╚═╝ ╩ ╝╚╝ ╚═╝ ╚═╝ *
* ---------------------- *
* *
* *
**************************************************************************
`, 'color: #2A06B8;')
</script>
</body>
</html>