Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: history-api demo #237

Merged
merged 4 commits into from
Nov 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
horizontal navbar items
  • Loading branch information
OnkarRuikar authored Nov 17, 2023
commit e8b0b028bbf59e8044765b36f91d760a89f45840
6 changes: 6 additions & 0 deletions history-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<meta charset="utf-8" />
<title>Creatures: Home</title>
<script src="script.js" defer></script>
<style>
.nav li {
display: inline-block;
margin-right: 2rem;
}
</style>
</head>

<body>
Expand Down