trabajo-afectivo/app/views/init/index.html.erb

14 lines
227 B
Text
Raw Normal View History

<div id="app">
<nav></nav>
<section></section>
<footer></footer>
</div>
<div id="splash">
<div class="logo">booting...</div>
</div>
2012-04-10 14:06:46 +00:00
<script type="text/javascript">
jQuery(function(){
new App.Run();
})
</script>