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

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

  <script src="sandbox.min.js" type="text/javascript"></script>
</head>

<body></body>

</html>