404.html added

pull/2598/head^2
Aniket-Engg 2 years ago committed by Aniket
parent 8f0a18840b
commit 125e35e595
  1. 10
      apps/remix-ide/src/404.html
  2. 1
      workspace.json

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Test Remix</title>
</head>
<body></body>
<script>
window.location.href = '/address/#' + window.location.pathname.replace('/address', '')
</script>
</html>

@ -18,6 +18,7 @@
"assets": [
"apps/remix-ide/src/assets",
"apps/remix-ide/src/index.html",
"apps/remix-ide/src/404.html",
"apps/remix-ide/src/favicon.ico"
],
"styles": [],

Loading…
Cancel
Save