Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
history page
Browse files Browse the repository at this point in the history
Chetan Padia committed Oct 10, 2024
1 parent 169b1dd commit 94eec0a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions hosting/public/history/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!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-blend-mode: normal, difference, normal;
background-position: 0 0;
}
</style>
</head>
<body>
<img src="/history.gif" />
</body>
</html>

0 comments on commit 94eec0a

Please sign in to comment.