Sha256: 720c698f6d2988a48b25058db3a6f9586b4af977eb5d5acd589a69f4005c7faf

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 Bytes

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
  <title><%= name.capitalize %></title>

  <link href="cssink/index.css" rel="stylesheet" type="text/css" />
 
  <script src="jquery/jquery.js"></script>
  <script src="jquery/jquery-ui.js"></script>

  <script>
    $(document).ready(function(){
      // Your code here
    });
  </script>
</head>
<body>
<div class="doc">

  <h1><%= name %></h1>

  <p>Welcome to your new website!</p>

</div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sow-0.5 plug/sow/seeds/aquaweb/template/index.html