dreddit-tutorial/app/index.html

11 lines
234 B
HTML
Raw Normal View History

2019-01-28 12:05:17 +01:00
<html>
<head>
2019-02-13 14:41:06 +01:00
<title>DReddit - A decentralized Reddit built with Embark</title>
2019-01-28 12:05:17 +01:00
<link rel="stylesheet" href="css/app.css">
</head>
<body>
2019-02-13 14:41:06 +01:00
<div id="root"></div>
<script src="js/app.js"></script>
2019-01-28 12:05:17 +01:00
</body>
</html>