Sha256: ee43e763035856bb33099ce42a4b998b11f436d07187a942600bfd34a2b4d613

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

<!DOCTYPE html>
<html>
<head>
  <!-- Standard Meta -->
  <meta charset="utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">

  <!-- Site Properities -->
  <title>Architects Toolkit</title>

  <link rel="stylesheet" type="text/css" href="semantic/semantic.css">
  <link rel="stylesheet" type="text/css" href="dist/base.css">
  <script src="vendor/jquery.js"></script>
  <script src="semantic/semantic.js"></script>
  <script>
    if(typeof(process) !== "undefined") {
      window.NODE_WEBKIT = true
    }
  </script>
  <script>
    try {
      var path = './dist';
      var fs = require('fs');

      fs.watch(path, function() {
        if (location)
          location.reload();
      });
    } catch(e) {
      console.log(e)
    }
  </script>
  <script src="dist/toolkit.js"></script>
</head>
<body id="main" class="pushable">
  <div id="sidebar" class="ui very thin inverted vertical sidebar"></div>

  <div class="pusher">
    <div class="ui grey right attached fixed button launch">
      <i class="content icon" ></i>
      <span class="text">Menu</span>
    </div>
    <div id="app">

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

</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stylish-0.3.1 support/editor-app/index.html
stylish-0.3.0 support/editor-app/index.html
stylish-0.0.2 support/editor-app/index.html