2015-09-15 08:10:14 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2015-12-14 13:08:26 +01:00
|
|
|
<title>Mobservable-React-Typescript boilerplate project</title>
|
2015-09-15 08:10:14 +02:00
|
|
|
<link rel="stylesheet" href="css/bootstrap.css">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="container">
|
2015-12-14 13:08:26 +01:00
|
|
|
<h1>Mobservable-React-Typescript boilerplate project</h1>
|
2015-09-15 08:10:14 +02:00
|
|
|
<div id="app"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-12-14 13:08:26 +01:00
|
|
|
<script src="js/bundle.js"></script>
|
2015-09-15 08:10:14 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|