-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (34 loc) · 1.51 KB
/
Copy pathindex.html
File metadata and controls
42 lines (34 loc) · 1.51 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
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<title>MasterMach50’s Blog</title>
<link rel="stylesheet" href="/template.css">
<link rel="shortcut icon" href="/res/favicon.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="MasterMach50’s Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.mathewma3.in">
<meta property="og:image" content="/articles/images/index_og_image.png">
<meta property="og:description" content="A CS student’s personal blog">
<meta property="og:site_name" content="blog.mathewma3.in">
<meta property="og:locale" content="en_GB" />
<meta property="og:tag" content="CS, Blog, Computers, Programming">
</head>
<body>
<div class="main-content">
<nav>
<h1 class="sitename"><a href="https://blog.mathewma3.in">blog.mathewma3.in</a></h1>
</nav>
<h1 class="pagetitle">MasterMach50’s Blog</h1>
<hr>
<h2 id="check-out-some-of-my-articles">Check out some of my articles</h2>
<ul>
<li><a href="/articles/dualbooting-nixos-and-windows-with-secureboot.html">Dual Booting NixOS and Windows
(with SecureBoot)</a></li>
</ul>
</div>
<footer>
Hosted with ❤️ on Github
</footer>
</body>
</html>