js_react__react-router-tuto.../lessons/09-index-links/index.html

7 lines
193 B
HTML

<!doctype html public="storage">
<html>
<meta charset=utf-8/>
<title>My First React Router App</title>
<link rel=stylesheet href=index.css>
<div id=app></div>
<script src="bundle.js"></script>