fixed index.html
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -25,7 +25,7 @@
|
|||||||
## Specific to RubyMotion:
|
## Specific to RubyMotion:
|
||||||
.dat*
|
.dat*
|
||||||
.repl_history
|
.repl_history
|
||||||
build/
|
#build/
|
||||||
|
|
||||||
## Documentation cache and generated files:
|
## Documentation cache and generated files:
|
||||||
/ribica-front-api/.yardoc/
|
/ribica-front-api/.yardoc/
|
||||||
|
|||||||
15
ribica-front-ui/build/index.html
Normal file
15
ribica-front-ui/build/index.html
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel='stylesheet' type='text/css' href='ribica.css'>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div id='content'>
|
||||||
|
</div>
|
||||||
|
<script src='ribica.js' type='text/javascript'></script>
|
||||||
|
<script>
|
||||||
|
RIBICA.App.bootstrap();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user