Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
Add checkout page
  • Loading branch information
fpatseas authored Feb 15, 2024
1 parent 7786e45 commit 633bcee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/checkout/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" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Checkout page</title>
</head>

<body>
<h1>Checkout page header</h1>
</body>

</html>

0 comments on commit 633bcee

Please sign in to comment.