-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (54 loc) · 2.44 KB
/
index.html
File metadata and controls
55 lines (54 loc) · 2.44 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
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<title>x64 kiel debugger</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="website">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/open-fonts@1.1.1/fonts/inter.css" integrity="" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.3/new.css" integrity="" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://newcss.net/theme/night.css" integrity="" crossorigin="anonymous" referrerpolicy="no-referrer">
<meta content="the x64 kiel debugger pro" property="og:title" />
<meta content="typing away my time in this world" property="og:description" />
<meta content="https://x64.my" property="og:url" />
<meta content="https://x64.my/banner.jpg" property="og:image" />
<meta content="#000000" data-react-helmet="true" name="theme-color" />
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<header>
<nav>
<h1>kieldbg</h1>
software engineering & cybersecurity enthusiast<br>
<span style="font-size: 14px;"><a href="/">Home</a> / <a href="/blogs">Blog (Soon)</a></span>
</nav>
</header>
<blockquote>
<i>This site is made from vanilla HTML and the default <a href="https://newcss.net/" rel="noreferrer" target="_blank">new.css</a> theme.</i>
</blockquote>
<h2></h2>
<h2>Contact Methods</h2>
<table>
<tr>
<td style="border: 1px solid #554f4f"><strong>Platform</strong></td>
<td style="border: 1px solid #554f4f"><strong>Username</strong></td>
</tr>
<tr>
<td>Telegram</td>
<td><a href="https://t.me/kieldbg" rel="noreferrer" target="_blank">@kieldbg</a></td>
</tr>
<tr>
<td>Discord</td>
<td>@yanashubby</td>
</tr>
<tr>
<td>Signal</td>
<td>kiel.1337</td>
</tr>
</table>
<p>Telegram is the best way to contact me for quick questions.</p>
<h2>Privacy</h2>
<p>I collect no personally identifiable information about you. Cloudflare might, though. You can read the privacy policy of Cloudflare <a href="https://www.cloudflare.com/privacypolicy/" rel="noreferrer" target="_blank">here</a> if you wish.</p><br>
<hr>
</body>
</html>