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
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello!</h1>
<a href="/auth/signin">Sign In</a>
</body>
</html>