Sha256: a240852d463c87897c39aa6dabf530ab6444a31280146cc35bd18c7c6739c525

Contents?: true

Size: 350 Bytes

Versions: 56

Compression:

Stored size: 350 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

56 entries across 51 versions & 1 rubygems

Version Path
volt-0.8.27.beta2 templates/project/config/base/index.html
volt-0.8.27.beta1 templates/project/config/base/index.html
volt-0.8.26.beta1 templates/project/config/base/index.html
volt-0.8.26 templates/project/config/base/index.html
volt-0.8.24 templates/project/config/base/index.html
volt-0.8.23 templates/project/config/base/index.html
volt-0.8.22 templates/project/config/base/index.html
volt-0.8.22.beta2 templates/project/config/base/index.html
volt-0.8.22.beta1 templates/project/config/base/index.html
volt-0.8.21 templates/project/config/base/index.html
volt-0.8.20 templates/project/config/base_page/index.html
volt-0.8.19 templates/project/config/base_page/index.html
volt-0.8.18 templates/project/public/index.html
volt-0.8.17 templates/project/public/index.html
volt-0.8.16 templates/project/public/index.html
volt-0.8.15 templates/project/public/index.html
volt-0.8.14 templates/project/public/index.html
volt-0.8.13 templates/project/public/index.html
volt-0.8.11 templates/project/public/index.html
volt-0.8.10 templates/project/public/index.html