1
0
Fork 0
empact/app/app.html

15 lines
517 B
HTML
Raw Normal View History

2015-03-07 14:13:47 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>Empact</title>
2015-03-07 15:33:02 +00:00
<link rel="stylesheet" href="/bower_components/normalize.css/normalize.css">
2015-03-07 14:13:47 +00:00
<link rel="stylesheet" href="/app.css">
</head>
<body></body>
2015-03-07 15:33:02 +00:00
<script src="/bower_components/react/react.js"></script>
<script src="/bower_components/react-router/build/global/ReactRouter.js"></script>
<script src="/bower_components/jquery/dist/jquery.js"></script>
2015-03-07 14:13:47 +00:00
<script src="/app.js"></script>
</html>