-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.76 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.76 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
38
<!DOCTYPE html>
<html>
<head>
<!--Copyright 2022 binarybush.dev - All rights reserved.
This work was created and is maintained by Tamas Csertan and Mark Sarvari (binarybush.dev).
See the LICENSE file for terms of use.
-->
<title>binarybush</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="revised" content="19/01/2022" />
<meta name="author" content="Tamas Csertan" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv = "Content-Type" content = "text/html"/>
<meta name="og:title" content="binarybush.dev"/>
<meta name="og:type" content="website"/>
<meta name="og:url" content="https://binarybush.dev"/>
<meta name="og:image" content=""/>
<meta name="og:site_name" content="binarybush.dev"/>
<meta name="og:description" content=""/>
<link rel="shortcut icon" href="./assets/" type="image/ico" />
<link rel="stylesheet" href="./style/main.css" />
<link href="https://unpkg.com/sanitize.css" rel="stylesheet"/>
<link href="https://unpkg.com/sanitize.css/typography.css" rel="stylesheet" />
<link href="https://unpkg.com/sanitize.css/typography.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<!--Other fonts from Google Fonts-->
</head>
<body class="light-theme" oncontextmenu="return false;">
</body>
<script src="./main.js" type="text/javascript" async defer></script>
</html>