File "index.html"

Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/block-hill/blockly/demos/custom-fields/index.html
File size: 1.08 KiB (1110 bytes)
MIME-type: text/html
Charset: utf-8

Download   Open   Back

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Blockly Demo: Custom Fields</title>
  <style>
    body {
      margin: 0 10%;
      background-color: #fff;
      font-family: sans-serif;
    }
    h1 {
      font-weight: normal;
      font-size: 140%;
    }
    td {
      padding: 1ex;
    }
    img {
      border: none;
    }
  </style>
</head>
<body>
  <h1><a href="https://developers.google.com/blockly/">Blockly</a> &gt;
    <a href="../index.html">Demos</a> &gt; Custom Fields</h1>

  <p>These demos are intended for developers who want creating custom block fields.</p>

  <table>
    <tr>
      <td>
        <a href="turtle/index.html">
          <img src="turtle/icon.png" height=80 width=100>
        </a>
      </td>
      <td>
        <div><a href="turtle/index.html">Turtle Field</a></div>
      </td>
    </tr>

    <tr>
      <td>
        <a href="pitch/index.html">
          <img src="pitch/media/notes.png" height=40 width=100>
        </a>
      </td>
      <td>
        <div><a href="pitch/index.html">Pitch Field</a></div>
      </td>
    </tr>
  </table>
</body>
</html>

PHP File Manager