浏览代码

Missing pieces from 5e896f9.

Herby Vojčík 6 年之前
父节点
当前提交
b6a88628cf
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      grunt-init-project/root/index.html

+ 2 - 0
grunt-init-project/root/index.html

@@ -18,6 +18,8 @@
 <button id="amber-with">Hello from TagBrush >> with:</button>
 <button id="silk-tag">Hello from Silk >> TAG:</button>
 <button id="jquery-append">Hello from jQuery append</button>
+<button id="console-log">Log into JS console</button>
+<button id="timeout-alert">Remind me in five seconds</button>
 <ol id="output-list"></ol>
 <!-- EXAMPLE APP END -->
 <script type='text/javascript'>