Skip to content

Commit

Permalink
inital commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mazayastudio committed Dec 11, 2023
0 parents commit b8f8b03
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Template</title>
<link rel="icon" type="image/png" href="https://www.google.com/s2/favicons?domain=sayudhacode.github.io">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Script -->
<script src="script.js"></script>
</body>
</html>
Empty file added script.js
Empty file.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
html {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
}

0 comments on commit b8f8b03

Please sign in to comment.