Skip to content

Commit

Permalink
Setup about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenrudenko22 authored Sep 7, 2024
1 parent 7313f96 commit 6c2e39b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cat Infused Craft - About</title>
<style>
*,
*::before,
*::after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
</style>
</head>
<body>
<h1>About</h1>
</body>
</html>

0 comments on commit 6c2e39b

Please sign in to comment.