Skip to content

Commit 6878df7

Browse files
authored
Minor Fixes
1 parent 0c70275 commit 6878df7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

404.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/android-chrome-192x192.png">
1717
<link rel="icon" type="image/png" sizes="300x300" href="assets/img/ZoI2D6yH_400x400.png">
1818
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css">
19+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1920
<link rel="stylesheet" href="assets/css/styles.min.css">
21+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
2022
<!-- Panelbear Analytics - We respect your privacy -->
2123
<script async src="https://cdn.panelbear.com/analytics.js?site=BV4ImhZd3mW"></script>
2224
<script>
@@ -42,6 +44,8 @@ <h2 class="text-center" style="color: rgb(255,31,0);"><svg xmlns="http://www.w3.
4244
</div>
4345
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
4446
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/js/bootstrap.bundle.min.js"></script>
47+
<script src="assets/js/smart-forms.min.js"></script>
48+
<script src="assets/js/script.min.js"></script>
4549
</body>
4650

4751
</html>

remove.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ <h2 class="text-center" style="color: rgb(255,255,255);">Request Removal</h2>
6161
<div class="form-check"><input class="form-check-input" type="checkbox" id="formCheck-1" name="operator"><label class="form-check-label" for="formCheck-1" style="color: rgb(255,255,255);">I'm the operator/creator of the reposting site</label></div>
6262
</div>
6363
<div class="form-group"><textarea class="form-control" name="description" placeholder="Describe" rows="14"></textarea></div>
64+
<p style="color: rgb(163,163,163);">Please visit the&nbsp;<a href="submit.html">Submit a Site</a>&nbsp;page if you'd like to submit a site.</p>
6465
<p style="color: rgb(163,163,163);">You're accepting our <a href="privacy.html">Privacy Policy</a> and <a href="terms.html">Terms</a> of Service by clicking "SEND".</p>
6566
<div class="form-group"><button class="btn btn-primary" type="submit">send </button></div>
6667
</form>

submit.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ <h2 class="text-center" style="color: rgb(255,255,255);">Submit a Site</h2>
6060
<div class="form-check"><input class="form-check-input" type="checkbox" id="formCheck-1" name="author"><label class="form-check-label" for="formCheck-1" style="color: rgb(255,255,255);">I'm the author of the reposted content</label></div>
6161
</div>
6262
<div class="form-group"><textarea class="form-control" name="description" placeholder="Describe your report" rows="14"></textarea></div>
63+
<p style="color: rgb(163,163,163);">Please visit the&nbsp;<a href="remove.html">Remove a Site</a>&nbsp;page if you'd like your site to be removed.</p>
6364
<p style="color: rgb(163,163,163);">You're accepting our <a href="privacy.html">Privacy Policy</a> and <a href="terms.html">Terms</a> of Service by clicking "SEND".</p>
6465
<div class="form-group"><button class="btn btn-primary" type="submit">send </button></div>
6566
</form>

0 commit comments

Comments
 (0)