Basic react app

This commit is contained in:
2015-03-07 21:13:47 +07:00
parent 103bdb212e
commit 977f67e38a
4 changed files with 140 additions and 15 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>Empact</title>
<link rel="stylesheet" href="/normalize.css">
<link rel="stylesheet" href="/app.css">
</head>
<body></body>
<script src="/react.js"></script>
<script src="/react-router-0.11.6.min.js"></script>
<script src="/jquery-2.1.3.min.js"></script>
<script src="/app.js"></script>
</html>