apach.dev/public/index.html

16 lines
No EOL
535 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/style.css">
<title>Apache</title>
</head>
<body>
<h1>Hi, I'm Apache</h1>
<p>I write code sometimes</p>
<p>Check out some games at <a href="https://games.apach.dev/">games.apach.dev</a></p>
<p>Check out my code at my <a href="https://github.com/Apachedrag427">Github</a> and <a href="https://git.apach.dev/apache">Forgejo</a></p>
</body>
</html>