Initial commit

This commit is contained in:
takiguchi
2019-12-01 16:41:11 +01:00
commit 0e3d1d8749
7 changed files with 5694 additions and 0 deletions

18
public/index.html Normal file
View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
<script src="./bundle.js"></script>
</body>
</html>