15 lines
451 B
HTML
15 lines
451 B
HTML
<!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>
|