imported from hugo version, loading json with webpack

needs to rebuild the mythrille logic with new data set
This commit is contained in:
Bachir Soussi Chiadmi
2017-06-12 11:23:47 +02:00
commit 7c796168bf
276 changed files with 67101 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ethica Spinoza</title>
<link rel="stylesheet" href="assets/dist/main.css">
</head>
<body>
<header>
<h1>Ethica</h1>
</header>
<section id="app">
</section>
<footer>
<p>© 2017 <a href="./">Ethica Spinoza</a></p>
</footer>
<script src="assets/dist/main.js" charset="utf-8"></script>
</body>
</html>