summaryrefslogtreecommitdiff
path: root/web-ui/public/sandbox.html
blob: 8325b0daf35a05ff43f3f1de47dfa0ffbc149420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <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>