dreddit-tutorial/app/index.html
2019-02-13 14:41:06 +01:00

11 lines
234 B
HTML

<html>
<head>
<title>DReddit - A decentralized Reddit built with Embark</title>
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div id="root"></div>
<script src="js/app.js"></script>
</body>
</html>