-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.69 KB
/
Copy pathindex.html
File metadata and controls
37 lines (36 loc) · 1.69 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/avif" href="/favicon/favicon.avif" />
<link rel="icon" type="image/webp" href="/favicon/favicon.webp" />
<link rel="icon" type="image/png" href="/favicon/favicon.png" />
<link rel="icon" type="image/gif" href="/favicon/favicon.gif" />
<link rel="license" title="ISC" href="https://github.com/Bergbok/Computer/blob/main/LICENSE.md" />
<link
rel="search"
type="application/opensearchdescription+xml"
title="Google󠄀"
href="https://bergbok.computer/opensearch.xml" />
<meta name="author" content="Bergbok (https://github.com/Bergbok)" />
<meta name="description" content="( ͡° ͜ʖ ͡°)" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bergbok.computer/" />
<meta property="og:audio" content="https://bergbok.computer/opengraph.opus" />
<meta property="og:audio:type" content="audio/ogg" />
<meta property="og:image" content="https://bergbok.computer/opengraph.webp" />
<meta property="og:image:type" content="image/webp" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="640" />
<meta property="og:site_name" content="bergbok dot computer" />
<meta property="og:locale" content="en_ZA" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:title" data-infer="" content="computer" />
<meta property="og:description" data-infer="" content="( ͡° ͜ʖ ͡°)" />
<title>hello, computer user</title>
</head>
<body>
<script type="module" src="/src/main.ts"></script>
</body>
</html>