fe-boilerplate/public/index.html

19 lines
311 B
HTML
Raw Normal View History

2015-09-15 08:10:14 +02:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>My First React App</title>
<link rel="stylesheet" href="css/bootstrap.css">
</head>
<body>
<div class="container">
<h1>My First React App</h1>
<div id="app"></div>
</div>
<script src="js/app/bundle.js"></script>
</body>
</html>