mirror of
https://github.com/embarklabs/dreddit-tutorial.git
synced 2025-02-21 13:08:06 +00:00
11 lines
234 B
HTML
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>
|