mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-12 06:16:55 +00:00
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>YouHaveTrouble</title>
|
|
<meta name="title" content="YouHaveTrouble"/>
|
|
<meta name="description" content="Just a page about random person on the internet"/>
|
|
<meta property="twitter:title" content="YouHaveTrouble"/>
|
|
<meta property="twitter:image" content="https://youhavetrouble.me/img/avatar.png"/>
|
|
<meta property="twitter:description" content="Just a page about random person on the internet"/>
|
|
<meta property="og:title" content="YouHaveTrouble"/>
|
|
<meta property="og:url" content="https://youhavetrouble.me"/>
|
|
<meta property="og:description" content="Just a page about random person on the internet"/>
|
|
<meta property="og:image" content="https://youhavetrouble.me/img/avatar.png"/>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="reset.css">
|
|
<link rel="stylesheet" href="main.css">
|
|
<link rel="icon" href="/favicon.ico"/>
|
|
<script src="index.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="#" class="active">Home</a>
|
|
<a href="#projects">Projects</a>
|
|
</nav>
|
|
|
|
</body>
|
|
</html>
|