-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 812 Bytes
/
index.html
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
<!DOCTYPE html>
<head>
<title>DV /</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Sergey Bilovytskyy Research Labs Homepage - Overview and links">
<link rel="stylesheet" href="https://d-vichnyy.github.io/style.css" data-turbo-track="reload" />
</head>
<body>
<header>
<h1>D. Vichnyy's Landing Page</h1>
</header>
<nav></nav>
<article>
<h2>Navigation</h2>
<h3>Blog</h3>
<ul>
<li><a href="/blog/230324.html">March 23, 2024</a></li>
</ul>
</article>
<article>
<h2>Interesting Links</h2>
<ul>
<li><a href="https://www.schneier.com/">Bruce's Blog</a></li>
<li><a href="https://www.grc.com/securitynow.htm">Security Now!</a></li>
</ul>
</article>
</body>