Files
blockly/demos/custom-fields/index.html

55 lines
1.1 KiB
HTML

<!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>