2017-04-20 12:01:35 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2017-04-24 11:19:39 -06:00
|
|
|
<link href="./style.css" type="text/css" rel="stylesheet" media="screen">
|
2017-04-20 12:01:35 -06:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2017-04-21 16:45:52 -06:00
|
|
|
<script>require('./crash-reporter')</script>
|
2017-04-21 13:24:57 -06:00
|
|
|
<script>require('./notifications')</script>
|
|
|
|
|
<script>require('./drag-drop-render')</script>
|
2017-04-20 12:58:11 -06:00
|
|
|
|
2017-04-24 11:19:39 -06:00
|
|
|
<div class="notify">
|
2017-04-24 10:53:28 -06:00
|
|
|
<h3>Notifications</h3>
|
|
|
|
|
<button class="start-notify">Start</button>
|
|
|
|
|
<button class="stop-notify">Stop</button>
|
|
|
|
|
</div>
|
2017-04-24 12:19:46 -06:00
|
|
|
|
2017-04-24 10:53:28 -06:00
|
|
|
<div class="drag-n-drop">
|
|
|
|
|
<h3>Drag and Drop Area</h3>
|
|
|
|
|
<div class="file-container"></div>
|
2017-04-21 13:24:57 -06:00
|
|
|
</div>
|
2017-04-24 12:19:46 -06:00
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<button class="crasher">Crash Program</button>
|
|
|
|
|
</div>
|
2017-04-20 12:01:35 -06:00
|
|
|
</body>
|
|
|
|
|
</html>
|