Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 0 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<meta name="description" content="React RPG is a turn-based, dungeon crawler. Comes with two game modes: Story and Endless. Story mode will lead you through a short story while introducing you to the most powerful creatures. In Endless mode, a unique challenge waits around every corner, as no two maps are the same." />
<!-- Google site verification -->
<meta name="google-site-verification" content="H8GYoCc7AG2dhWD3ZY6UX1anckDxi2G-FmDDfQQhIho" />
<!-- Relay anonymous chat app -->
<script async src="https://native.relaychat.app/api/v1/entry?api_key=i_2tqSUQxetKKCPoI73JkcwOCroaSAyL"></script>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#adadad",
"theme_color": "#0f0f0f",
"background_color": "#0f0f0f"
}