forked from OctoGramApp/octogramapp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
40 lines (36 loc) · 1.81 KB
/
404.html
File metadata and controls
40 lines (36 loc) · 1.81 KB
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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OctoGram - 404</title>
<link rel="icon" href="/assets/icons/applogo.tabicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/assets/styles/octogram.main.css">
<link
href="https://fonts.googleapis.com/css2?family=National+Park:wght@200..800&display=swap"
rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#0f031e">
<meta name="google" content="nositelinkssearchbox">
<meta name="google" content="notranslate">
<meta name="google" content="nopagereadaloud">
<meta name="description" content="The Telegram alternative client with all the features you need.">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta property="tg:channel" content="@OctoGramApp">
<meta property="og:type" content="website">
<meta property="og:url" content="https://octogramapp.github.io/">
<meta property="og:title" content="What are you looking for?">
<meta property="og:description" content="The Telegram alternative client with all the features you need.">
<meta property="og:image" content="/assets/images/applogo.preview.jpg">
<meta property="twitter:url" content="https://octogramapp.github.io/">
<meta property="twitter:title" content="What are you looking for?">
<meta property="twitter:description" content="The Telegram alternative client with all the features you need.">
<meta property="twitter:image" content="/assets/images/applogo.preview.jpg">
</head>
<body>
<div class="splash">
<div class="shape"></div>
<img src="/assets/icons/applogo.svg" class="applogo">
</div>
</body>
<script defer src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="/assets/src/octogram.main.js" type="module"></script>
</html>