-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (21 loc) · 960 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
<!DOCTYPE html>
<html>
<head>
<title>Salachat</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./assets/icon.png">
<!-- Funi OpenGraph tags -->
<meta property="og:title" content="Salachat">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sala.chat">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/84683498">
<meta property="og:description" content="Salachatin ebin webbisivu X-D">
<meta name="theme-color" content="#B00B69">
</head>
<body>
<p>I didn't have motivation to make this website so have a nice cat pic for now.</p>
<img src="./assets/icon.png" alt="Nice cat pic">
<p><a href="https://github.com/Salachat/sala.chat">Webshite source</a></p>
</body>
</html>