6 lines
156 B
HTML
6 lines
156 B
HTML
<!doctype html public "storage">
|
|
<html>
|
|
<meta charset=utf-8/>
|
|
<title>My First React Router App</title>
|
|
<div id=app></div>
|
|
<script src="bundle.js"></script>
|