Sha256: 205a33be2ca2142c7856e621509cb2b9b4576a1f325af010376d0cf800ec568f

Contents?: true

Size: 616 Bytes

Versions: 4

Compression:

Stored size: 616 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
		<% @stylesheets.each do |url| %>
			<link href="<%= url %>" rel="stylesheet" type="text/css" />
		<% end %>
		
    <title>Ext MVC Application</title>
  </head>
  
	<body>
		<script type="text/javascript" src="<%= @boot_filename %>">></script>
    <div id="loading-mask"></div>
    <div id="loading">
      <div class="loading-indicator">
        Loading...
      </div>
    </div>	
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xmvc-0.1.12 lib/xmvc/generators/templates/index.html
xmvc-0.1.11 lib/xmvc/generators/templates/index.html
xmvc-0.1.10 lib/xmvc/generators/templates/index.html
xmvc-0.1.9 lib/xmvc/generators/templates/index.html