initial commit in new repository
This commit is contained in:
commit
472b00acdd
2 changed files with 18 additions and 0 deletions
15
index.html
Normal file
15
index.html
Normal 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
3
style.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
body {
|
||||||
|
background: #151515;
|
||||||
|
}
|
Loading…
Reference in a new issue