Sha256: 4c6bd12b26fa39865c2b1da370dec25ecf0ae127f152a729d2320c94b14c9a6a

Contents?: true

Size: 358 Bytes

Versions: 71

Compression:

Stored size: 358 Bytes

Contents

<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8" />
    <% javascript_files.each do |javascript_file| %>
      <script src="<%= javascript_file %>"></script>
    <% end %>

    <% css_files.each do |css_file| %>
      <link href="<%= css_file %>" media="all" rel="stylesheet" type="text/css" />
    <% end %>
    
	</head>
	<body>
    
	</body>
</html>

Version data entries

71 entries across 65 versions & 1 rubygems

Version Path
volt-0.7.14 templates/project/public/index.html
volt-0.7.13 templates/project/public/index.html
volt-0.7.12 templates/project/public/index.html
volt-0.7.10 templates/project/public/index.html
volt-0.7.9 templates/project/public/index.html
volt-0.7.8 templates/project/public/index.html
volt-0.7.7 templates/project/public/index.html
volt-0.7.6 templates/project/public/index.html
volt-0.7.5 templates/project/public/index.html
volt-0.7.4 templates/project/public/index.html
volt-0.7.3 templates/project/public/index.html
volt-0.7.2 templates/project/public/index.html
volt-0.7.1 spec/apps/kitchen_sink/public/index.html
volt-0.7.1 templates/project/public/index.html
volt-0.7.0 templates/project/public/index.html
volt-0.7.0 spec/apps/kitchen_sink/public/index.html
volt-0.6.5 spec/apps/kitchen_sink/public/index.html
volt-0.6.5 templates/project/public/index.html
volt-0.6.4 templates/project/public/index.html
volt-0.6.4 spec/apps/kitchen_sink/public/index.html