We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02d277 commit 1d217c9Copy full SHA for 1d217c9
enemyGenerator/index.html renamed to public/enemyGenerator/index.html
src/App.tsx
@@ -5,6 +5,7 @@ function App() {
5
return (
6
<>
7
<h1>Hello World!</h1>
8
+ <a href="enemyGenerator/index.html" target="_blank" rel="noopener noreferrer">Enemy Generator</a>
9
</>
10
)
11
}
0 commit comments