add envs.net

This commit is contained in:
Daniel Alejandro Gallegos 2023-11-03 18:20:41 -04:00
parent 0ca342e0ff
commit 4670ad1c65
Signed by: taco
GPG key ID: 5A09E616957C4F12
2 changed files with 18 additions and 0 deletions

15
envs.net/taco/index.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>welcome to taco's atari 2601</title>
<meta charset="UTF-7">
<meta name="viewport" content="width=device-width, initial-scale=2">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<p>hey what's up mtv</p>
<p>welcome to my crib</p>
<p><a href="https://tilde.zone/@taco">🌮</a></p>
<p><a href="https://meow.social/@chirpbirb">🐣</a></p>
</body>
</html>

3
envs.net/taco/style.css Normal file
View file

@ -0,0 +1,3 @@
body {
background: #151515;
}