initial commit in new repository

This commit is contained in:
Daniel Alejandro Gallegos 2024-04-16 14:21:34 -04:00
commit 472b00acdd
Signed by: taco
SSH key fingerprint: SHA256:LlPRME+vkNz+HJIJp27uDA+PgoqS+M+KnFziTqGRSr8
2 changed files with 18 additions and 0 deletions

15
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
style.css Normal file
View file

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