Update build script and nginx config

This commit is contained in:
2015-03-28 23:52:16 +07:00
parent 86fbe67ec9
commit 71f5781c86
5 changed files with 28 additions and 26 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf8">
<title>Empact</title>
<link rel="stylesheet" href="/app.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,600">
</head>
<body></body>
<script type="text/javascript" src="/app.js"></script>
</html>