added more styling to index with bootstrap, added desktopcapturer (currently non functioning) to take screenshots, added ability to choose file path to save to

This commit is contained in:
Queen Bee
2018-01-06 15:09:25 -08:00
parent eac7525b8c
commit e1ccfb95a1
2 changed files with 72 additions and 2 deletions

View File

@@ -8,9 +8,17 @@
</head>
<body>
<div class="container">
<div class="container window align-content-center">
<h1>DocumentIt</h1>
<div id="output"></div>
<form>
<input type="text" name="casename" placeholder="Case Name"><br>
<input type="text" name="socialmedia" placeholder="Social Media"><br>
<textarea name="description" placeholder="Incident Description..." rows="10" cols="30"></textarea>
</form>
<label id="screenshot-path">Path:</label><br>
<button id="path-button" class="btn btn-warning">Select Path</button><br>
<button id="screen-shot" class="btn btn-primary">Take Screenshot</button>
</div>
</body>
<script>