Skip to content

Commit

Permalink
Merge pull request #14 from Mirza-Hassan/create-about-page
Browse files Browse the repository at this point in the history
Create about.html with boilerplate
  • Loading branch information
GingerKiwi committed Oct 31, 2022
2 parents cede0f2 + 1dcb29a commit 6697ecf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Elizabeth McCready" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Alice&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css" />
<title>Alice in Wonderland Game</title>
</head>
<body>
<h1>About This Project</h1>
<footer>
<!-- footer nav here -->
<!-- copyright and link to github here -->
</footer>
</body>
</html>

0 comments on commit 6697ecf

Please sign in to comment.