Sha256: 814a2cb7f64b6ccb0e80a90293ea42369a5121664f7cdc70ea4936d17e51c318

Contents?: true

Size: 326 Bytes

Versions: 12

Compression:

Stored size: 326 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Ruby 2D App</title>
    <style>
      body { background-color: #ccc }
      canvas {
        display: block;
        margin: auto;
      }
    </style>
  </head>
  <body>
    <div id="ruby2d-app"></div>
    <script src="app.js"></script>
  </body>
</html>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ruby2d-0.8.1 assets/template.html
ruby2d-0.8.0 assets/template.html
ruby2d-0.7.0 assets/template.html
ruby2d-0.6.1 assets/template.html
ruby2d-0.6.0 assets/template.html
ruby2d-0.5.1 assets/template.html
ruby2d-0.5.0 assets/template.html
ruby2d-0.4.2 assets/template.html
ruby2d-0.4.1 assets/template.html
ruby2d-0.4.0 assets/template.html
ruby2d-0.3.1 assets/template.html
ruby2d-0.3.0 assets/template.html