14 lines
245 B
HTML
Raw Permalink Normal View History

2020-03-28 14:07:24 +02:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Example</title>
</head>
<body>
<div id="app">
<h1>Reagent example app see README.md</h1>
</div>
<script src="js/main.js"></script>
</body>
</html>