Sha256: 1be78b8c035718b1f8c7a6ad69485ff0ad0559443c6b880e811689f6678252a4

Contents?: true

Size: 730 Bytes

Versions: 12

Compression:

Stored size: 730 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
	<title><%= name.camelize %></title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">

	<link media="all" rel="stylesheet" type="text/css" href="dist/tao.css">
	<link media="all" rel="stylesheet" type="text/css" href="dist/<%= name.underscore %>.css">
	<style>
		.wrapper {
			width: 800px;
			height: 600px;
			border: 1px solid #cccccc;
			position: relative;
			margin: 80px auto;
		}
	</style>

	<script type="text/javascript" src="dist/tao.js"></script>
	<script type="text/javascript" src="dist/<%= name.underscore %>.js"></script>

</head>
<body>
  <div class="wrapper">
    <<%= name.dasherize %>></<%= name.dasherize %>>
  </div>
</body>
</html>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tao_on_rails-0.6.13 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.12 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.11 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.10 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.9 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.8 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.7 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.6 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.5 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.4 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.3 lib/templates/plugin/templates/index.html
tao_on_rails-0.6.2 lib/templates/plugin/templates/index.html