2018-01-05 20:27:36 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>DocumentIt</title>
|
|
|
|
<link rel="stylesheet" href="https://bootswatch.com/4/pulse/bootstrap.min.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2018-01-06 23:09:25 +00:00
|
|
|
<div class="container window align-content-center">
|
2018-01-05 20:52:28 +00:00
|
|
|
<h1>DocumentIt</h1>
|
2018-01-06 23:09:25 +00:00
|
|
|
<form>
|
2018-01-07 07:47:34 +00:00
|
|
|
<input type="text" id="casename" name="casename" placeholder="Case Name"><br>
|
|
|
|
<input type="text" id="socialmedia" name="socialmedia" placeholder="Social Media"><br>
|
|
|
|
<textarea id="description" name="description" placeholder="Incident Description..." rows="10" cols="30"></textarea>
|
2018-01-06 23:09:25 +00:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<label id="screenshot-path">Path:</label><br>
|
2018-01-19 16:25:29 +00:00
|
|
|
<button id="path-button" class="btn btn-primary">Select Path</button><br>
|
2018-01-06 23:09:25 +00:00
|
|
|
<button id="screen-shot" class="btn btn-primary">Take Screenshot</button>
|
2018-01-05 20:52:28 +00:00
|
|
|
</div>
|
2018-01-05 20:27:36 +00:00
|
|
|
</body>
|
2018-01-05 20:52:28 +00:00
|
|
|
<script>
|
|
|
|
</script>
|
2018-01-05 20:27:36 +00:00
|
|
|
<script>
|
|
|
|
require('./renderer.js');
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</html>
|