Skip to content

Commit

Permalink
feat: add main html and css files
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeBeeUA committed Jul 4, 2024
1 parent ff33126 commit 9bc8279
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

</body>
</html>
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {
background-color: aquamarine;
}

0 comments on commit 9bc8279

Please sign in to comment.