2019-01-30 12:06:35 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2019-02-11 13:43:04 +01:00
|
|
|
<title>Visual Console Sandbox</title>
|
2019-01-30 12:06:35 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2019-02-11 13:43:04 +01:00
|
|
|
<div id="visual-console-container"></div>
|
2019-01-30 12:06:35 +01:00
|
|
|
</body>
|
2019-02-11 13:43:04 +01:00
|
|
|
<script src="visual-console.bundle.js"></script>
|
2019-01-30 12:06:35 +01:00
|
|
|
</html>
|