Index: experimental/webtry/templates/headercommon.html |
diff --git a/experimental/webtry/templates/headercommon.html b/experimental/webtry/templates/headercommon.html |
index 2c2102d82f7f7e66cdbf6ce63e84032ddf008c91..bc4d9fcf974d62ce7c80fecc0beda255d96b648d 100644 |
--- a/experimental/webtry/templates/headercommon.html |
+++ b/experimental/webtry/templates/headercommon.html |
@@ -1,2 +1,12 @@ |
<meta charset='utf-8' /> |
<meta name=viewport content='width=device-width, initial-scale=1'> |
+ |
+<link rel='stylesheet' href='/res/webtry/css/webtry.css' type='text/css'> |
+<link rel='stylesheet' href='/res/css/cm/codemirror.css' type='text/css'> |
+ |
+<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> |
+<script src="/res/webtry/js/bootstrap.js"></script> |
+<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> |