chore: remove files that aren't needed

This commit is contained in:
Will Clarke
2022-05-30 17:17:13 +01:00
parent 01d9af98cb
commit a1ca80def8
2 changed files with 0 additions and 34 deletions
-13
View File
@@ -1,13 +0,0 @@
<!DOCTYPE html><html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | is-a-good.dev</title>
<meta name="title" content="Home | is-a-good.dev">
<meta name="og:title" content="Home | is-a-good.dev">
<link href="src/style.css" rel="stylesheet">
</head>
<body>
<section id="home-page-site" class="home">Hello</section>
</body>
</html>
-21
View File
@@ -1,21 +0,0 @@
.body {
font-family:sans-serif;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}
.blocks {
margin-top:2em;
}
/*.blocks a {
text-decoration:none;
color:#000;
padding:50px 10px;
text-align:center;
border:1px solid #000;
border-radius:5px;
}
.blocks a:hover {
text-decoration:underline;
}*/