forked from idoco/intergram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.html
37 lines (33 loc) · 939 Bytes
/
demo.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
<!doctype html>
<html>
<head>
<title>Swetrix Chat</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<style type="text/css">
body {
background-color: #f0f0f2;
margin: 10px;
padding: 0;
font-family: "Inter", "Open Sans", "Helvetica Neue", Helvetica, "Roboto", "Cantarell", Arial, sans-serif;
}
.logo {
height: 58px;
width: auto;
}
</style>
</head>
<body>
<div class="main">
<img class="logo" src="https://swetrix.com/assets/logo_blue.svg" alt="">
<h1>Hi!</h1>
<p>This domain is used as a chat provider for swetrix.com, based on Intergram.</p>
<p>
<a href="https://github.com/Swetrix/chat">
The source code
</a>
</p>
</div>
</body>
</html>