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

<head>
  <meta charset="utf-8">
  <link href="css/sandbox.css" rel="stylesheet" type="text/css">

  <script src="sandbox.js"></script>
  <script src="/assets/iframeResizer.contentWindow.min.js"></script>
</head>

<body></body>

</html>