-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<title>jsCHAT</title>
<meta name="description" content="jsCHAT - The Only Right Chat! Avaiable in English and Polish.">
<meta name="keywords" content="jsCHAT, czat, chat, komunikator, jedyny słuszny, jedyny słuszny wybór, messenger, the only right chat, chat, only right">
<meta charset="utf-8">
<link rel="manifest" href="https://jschat.netlify.com/manifest.json">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" integrity="sha384-5KZdSYqynSzIjQGS2M1O3HW6HVDBjfNx0v5Y2eQuE3vvQ9NTiiPK9/GWc0yYCrgw" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js" integrity="sha384-ZOED+d9HxogEQwD+jFvux96iGQR9TxfJO+mPF2ZS0TuKH6eWrmvPsDpO6I0OWdiX" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" type="image/png" href="logo.png"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body class="center-align blue">
<img src="logo.png" class="responsive-img"/>
<footer class="page-footer blue darken-4">
<div class="container">
<div class="row">
<div class="col s12">
<h5 class="white-text">jsCHAT</h5>
<p class="grey-text text-lighten-4">The Only Right Chat</p>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
We are switching to Your language...
<br/>
Currently we are supporting <a href="en.html">English</a> and <a href="pl.html">Polish</a>.
</div>
</div>
</footer>
<script src="detect.js"></script>
</body>
</html>