Skip to content

Commit

Permalink
history page
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetan Padia committed Oct 10, 2024
1 parent 169b1dd commit 5c33dc3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions hosting/public/history/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>Place History</title>
<style>
body {
margin: 0;
padding: 0;
background-color: black;
display: flex;
justify-content: center;
align-items: center;
}

img {
width: 100vmin;
height: 100vmin;
image-rendering: crisp-edges;
background: repeating-linear-gradient(
45deg,
#333,
#333 0.390625%,
#444 0.390625%,
#444 0.78125%
);
background-position: 0 0;
}
</style>
</head>
<body>
<img src="/history.gif" />
</body>
</html>

0 comments on commit 5c33dc3

Please sign in to comment.