Skip to content

Commit

Permalink
fix: support client side routing in github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ndavd committed Jan 12, 2024
1 parent 5975389 commit 9471149
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/kwitter-icon.png"/>
<link rel="apple-touch-icon" href="/kwitter-icon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A minimalistic and decentralized social platform built on top of the Kovan Ethereum Test Network."
/>
<title>Kwitter</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

0 comments on commit 9471149

Please sign in to comment.