-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·58 lines (56 loc) · 2.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
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
<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<meta charset="utf-8">
<title>LuaSwap - Under maintenance</title>
<link rel="shortcut icon" href="images/faviconlua.png" />
<meta name="viewport" content="width=device-width, initial-scale=0.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<!-- *** Font *** -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;800;900&display=swap" rel="stylesheet">
<!-- *** CSS *** -->
<link href="css/common.css" rel="stylesheet" type="text/css" media="all">
<link href="css/homepage.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<div id="header">
<div class="container"><img src="images/luaswap.png"></div>
</div><!-- /#header -->
<div id="contents">
<div class="container">
<div class="main_img"><img src="images/maintain.svg"></div>
<div class="main_title">
<h2 class="title_basic_tmp1">
This page is currently<br>
down for <span class="txt-yellow">maintenance</span>
</h2>
<div class="title_sub_tmp1">Have a coffee, we'll be back soon</div>
</div>
</div>
</div><!-- /#contents -->
<div id="footer">
<div class="tomochain-social">
<ul class="social-links">
<li class="list-inline-item social-links__items">
<a class="social-links__link" href="https://twitter.com/LuaSwap">
<span>twitter</span>
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item social-links__items">
<a class="social-links__link" href="https://twitter.com/LuaSwap">
<span>telegram-plane</span>
<i class="fab fa-telegram-plane"></i>
</a>
</li>
<li class="list-inline-item social-links__items">
<a class="social-links__link" href="https://github.com/tomochain?q=luaswap">
<span>github</span>
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div><!-- /#footer -->
</body>
</html>