015c08e5ca
Also, start building our own polyfill library (polyfill.js) using Grunt and Bower. Finally, refactor all the web pages so that the common header and footer material comes from templates. BUG=skia: R=mtklein@google.com Author: jcgregorio@google.com Review URL: https://codereview.chromium.org/292433002 git-svn-id: http://skia.googlecode.com/svn/trunk@14783 2bbb7eff-a529-9590-31e7-b0007b416f81
7 lines
436 B
HTML
7 lines
436 B
HTML
<link rel='stylesheet' href='/res/css/webtry.css' type='text/css'>
|
|
<link rel='stylesheet' href='/res/css/cm/codemirror.css' type='text/css'>
|
|
<script src='/res/js/polyfill.js' type='text/javascript'></script>
|
|
<script src='/res/js/cm/codemirror.js' type='text/javascript'></script>
|
|
<script src='/res/js/cm/clike.js' type='text/javascript'></script>
|
|
<script src='/res/js/webtry.js' type='text/javascript'></script>
|