forked from liinko/FFXIVTexToolsWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbug_report.html
24 lines (23 loc) · 996 Bytes
/
bug_report.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
title: Bug Report
---
<div class="col-lg-5 main-chart">
<div class="showback">
<h3><i class="fa fa-angle-right"></i> <b>Report bugs or provide feedback</b></h3><br/>
When submiting a bug report, please provide as much detail as possible.<br/>
<br/>
I also welcome any feedback, suggestions, or requests.<br/>
<div class="col-1-2">
<form action="https://formspree.io/[email protected]" target="_blank" method="POST">
<br/>
Subject<br/>
<input type="text" class="form-control" name="_subject" placeholder="Bug/Feedback/Suggestion"><br/>
Message<br/>
<textarea name="message" class="form-control" rows="5" placeholder="Type in your bug report or feedback here."></textarea><br/>
<input type="submit" value="Send" class="btn btn-theme">
<input type="text" name="_gotcha" style="display:none" />
</form>
</div>
</div><!--/showback -->
</div>