Skip to content

Commit

Permalink
Adding a hack to make single page apps work
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanNoelk authored Jul 3, 2018
1 parent f939293 commit 07984ce
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">

<title>Open Eats</title>
</head>

<body>
<!-- Begin React content -->
<div id="app"></div>

<!-- Core JS Bundle -->
<script src="/open-eats.github.io/bundle.js"></script>
</body>
</html>

0 comments on commit 07984ce

Please sign in to comment.