mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-09-16 06:19:56 +00:00
chore: remove files that aren't needed
This commit is contained in:
@@ -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>
|
||||
@@ -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;
|
||||
}*/
|
||||
Reference in New Issue
Block a user