diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-02-26 18:31:29 +0100 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-09 15:35:28 +0100 |
commit | 7b5d5ef57289c00b0314522b2c2981e4fc7a0f6c (patch) | |
tree | 755ada7c41372724eab92ce4fd947e2aa6e5ff02 /web-ui/app/sandbox.html | |
parent | 3bdb9ecbeccae7842ef566f47b8119583d327cb2 (diff) |
Issue #617: Create sandbox resouces
Diffstat (limited to 'web-ui/app/sandbox.html')
-rw-r--r-- | web-ui/app/sandbox.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/web-ui/app/sandbox.html b/web-ui/app/sandbox.html new file mode 100644 index 00000000..13a86f25 --- /dev/null +++ b/web-ui/app/sandbox.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> + +<head> + <meta charset="utf-8"> + <link href="css/opensans.css" rel="stylesheet" type="text/css"> + <link href="css/sandbox.css" rel="stylesheet" type="text/css"> + + <!--usemin_start--> + <script src="js/sandbox.js"></script> + <script src="bower_components/iframe-resizer/js/iframeResizer.contentWindow.min.js"></script> + <!--usemin_end--> +</head> + +<body></body> + +</html> |