mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-03-26 19:37:50 -04:00
21 lines
663 B
HTML
21 lines
663 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Kyoo</title>
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/icon-16x16.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/icon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="64x64" href="/icon-64x64.png">
|
|
<link rel="icon" type="image/png" sizes="128x128" href="/icon-128x128.png">
|
|
<link rel="icon" type="image/png" sizes="256x256" href="/icon-256x256.png">
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|