etc.ari-web.xyz/page/hello/index.html
Ari Archer 05ae9535e6
Add peerjs example, make all pages dark
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-10-10 20:52:57 +03:00

32 lines
900 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ari::web -&gt; Hello</title>
<meta name="description" content="Hello" />
<meta
name="keywords"
content="hello"
/>
<meta
name="robots"
content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"
/>
<meta property="og:type" content="website" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="black" />
<link rel="manifest" href="/manifest.json" />
<link rel="stylesheet" href="/content/styles/clean/index.css" />
</head>
<body>
<h1>Hello</h1>
</body>
</html>