receptor/index.html

12 lines
196 B
HTML
Raw Normal View History

2017-08-07 00:23:54 +02:00
<!doctype html>
<html>
<head>
2017-11-05 22:36:56 +01:00
<meta charset="utf-8" />
2017-08-07 00:23:54 +02:00
<title>receptor</title>
</head>
<body>
<div id="root"></div>
<script src="/dist/bundle.js"></script>
</body>
</html>