Přidán fork webového klinta Hydrogen
Minimální Matrix chatovací klient Matrix, zaměřený na výkon, offline funkčnost a širokou podporu prohlížeče. Na tom se stále pracuje a ještě není připraveno na hlavní vysílací čas. Hlášení o chybách jsou vítána, ale nezadávejte prosím žádné požadavky na funkce ani jiné chybějící věci, abyste byli na stejné úrovni jako Element Web.
This commit is contained in:
24
hydrogen/index.html
Normal file
24
hydrogen/index.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="./assets/theme-element-dark.a6fddb2f.css" class="theme">
|
||||
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: light)" href="./assets/theme-element-light.78427b5a.css" class="theme">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Hydrogen Chat</title>
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||||
<meta name="application-name" content="Hydrogen Chat"/>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="Hydrogen Chat">
|
||||
<meta name="description" content="A matrix chat application">
|
||||
<link rel="apple-touch-icon" href="./assets/icon-maskable.965d12c4.png">
|
||||
<link rel="icon" type="image/png" href="./assets/icon-maskable.965d12c4.png">
|
||||
|
||||
<script type="module" crossorigin src="./assets/index.e65aa065.js"></script>
|
||||
<link rel="manifest" href="./assets/manifest.1f23c85b.json">
|
||||
</head>
|
||||
<body class="hydrogen">
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user