-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathchangelog.html
35 lines (33 loc) · 1.83 KB
/
changelog.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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OctoGram - Changelog</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=Rubik:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=block" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#283157">
<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="Changelog | OctoGram">
<meta property="og:description" content="Stay up-to-date on the latest versions of your favorite client.">
<meta property="og:image" content="/assets/images/applogo.preview.jpg">
<meta property="twitter:url" content="https://octogramapp.github.io/">
<meta property="twitter:title" content="Changelog | OctoGram">
<meta property="twitter:description" content="Stay up-to-date on the latest versions of your favorite client.">
<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 src="assets/src/octogram.main.js" type="module"></script>
</html>