Going to one template for all pages
This commit is contained in:
@@ -0,0 +1 @@
|
||||
import '../style.css';
|
||||
@@ -1 +0,0 @@
|
||||
import '../../style.css';
|
||||
@@ -1,10 +0,0 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Regexper - 404</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>404</h1>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,9 +1,9 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
import App from '../../componets/App';
|
||||
import App from '../componets/App';
|
||||
|
||||
import '../../style.css';
|
||||
import '../../service-worker';
|
||||
import '../style.css';
|
||||
import '../service-worker';
|
||||
|
||||
ReactDOM.render(<App/>, document.getElementById('root'));
|
||||
@@ -1,10 +0,0 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Regexper</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user