appmake 0.1.14 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/appmake/version.rb +1 -1
- data/templates/public/index.html.tt +2 -2
- metadata +1 -1
data/lib/appmake/version.rb
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
<head>
|
4
4
|
<title></title>
|
5
5
|
<meta http=equiv="Content-Type" content="text/html; charset=UTF-8">
|
6
|
-
<link rel="stylesheet" type="text/css" href="App.css">
|
6
|
+
<link rel="stylesheet" type="text/css" href="css/App.css">
|
7
7
|
</head>
|
8
8
|
<body>
|
9
|
-
<script type="text/javascript" src="App.js"></script>
|
9
|
+
<script type="text/javascript" src="js/App.js"></script>
|
10
10
|
</body>
|
11
11
|
</html>
|