22 lines
749 B
HTML
22 lines
749 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Dev</title>
|
|
<link rel="icon" type="image/png" href="src/favicon.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Dev!</h1>
|
|
<h2>Hey, I am AntiBitrix(00010110) <b> [Don't ask about the name ..]</b>!</h2>
|
|
<p>just noobie dev ;</p>
|
|
<ul>
|
|
<li><a href="https://github.com/AntiBitrix" target="_blank">GitHub</a></li>
|
|
<li><a href="mailto:veereswarg@gmail.com" target="_blank">Email</a></li>
|
|
<li><a href="https://www.youtube.com/@AntiBitrix" target="_blank">YouTube</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|