Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaticcalf authored May 19, 2024
0 parents commit ee1ead7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>certifychain</title>
<style>
body {
background-color: black;
color: white;
display: flex;
min-height: 100vh;
align-items: center;
justify-content: center;
overflow-y: hidden;
}
</style>
</head>
<body>
certifychain
</body>
</html>

0 comments on commit ee1ead7

Please sign in to comment.