mirror of
https://github.com/status-im/reagent.git
synced 2025-01-12 21:05:20 +00:00
9dfe18e918
Closes #311
15 lines
305 B
HTML
15 lines
305 B
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>Example</title>
|
||
<link rel="stylesheet" type="text/css" href="fade.css">
|
||
</head>
|
||
<body>
|
||
<div id="app">
|
||
<h1>Reagent example app – see README.md</h1>
|
||
</div>
|
||
<script src="js/main.js"></script>
|
||
</body>
|
||
</html>
|