32 lines
No EOL
1 KiB
HTML
32 lines
No EOL
1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en-US">
|
||
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Dark Matrix</title>
|
||
<link rel="stylesheet" href="/style/style.css" />
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
|
||
</head>
|
||
|
||
<body>
|
||
<header class="page-header" role="banner">
|
||
<h1 class="project-name">About Me</h1>
|
||
|
||
<a href="/" class="btn">Home</a>
|
||
</header>
|
||
|
||
<main id="content" class="main-content" role="main">
|
||
|
||
<h3>About Me</h3>
|
||
<code>
|
||
Tech nerd, cybersecurity enthusiast, *nix user (btw I use Arch Linux <i class="fa fa-archlinux" aria-hidden="true"></i>) and programmer. I love terminal applications. I don't have nything else to say ┐(‘~` )┌ .
|
||
</code>
|
||
|
||
<footer class="site-footer">
|
||
</footer>
|
||
</main>
|
||
</body>
|
||
|
||
</html> |