-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
27 lines (26 loc) · 1.16 KB
/
search.html
File metadata and controls
27 lines (26 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
title: Search
searchable: no
---
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script defer src="/assets/js/codered.js"></script>
<div id="tfheader">
<form id="tfnewsearch" method="get" action="/search.html">
<input type="text" class="tftextinput" name="query" size="21" maxlength="120"><input type="submit" value="search" class="tfbutton">
</form>
<div class="tfclear"></div>
</div>
<h2 class="results"><!-- `key` listing for `value` --></h2>
<ul class="results">
<!-- results lists -->
<h2>Please enable JavaScript</h2>
<p>Our search requires JavaScript to be enabled.</p>
<p>Why? We are running our site off of GitHub Pages, which only allows static
content. In order to add search functionality to our site, a script
parses a JSON file and searches for your query. If you are uncomfortable
trusting us to run JavaScript, we understand. You can check out the source
code for this site (including the search script) over on this site's GitHub
repo: <a href="http://github.com/CodeRed2771/codered2771.github.io/">
http://github.com/CodeRed2771/codered2771.github.io/</a></p>
</ul>