mirror of
https://github.com/status-im/reagent.git
synced 2025-01-15 06:14:08 +00:00
14 lines
245 B
HTML
14 lines
245 B
HTML
<!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>
|