Init
This commit is contained in:
commit
d0187f94d7
23 changed files with 2489 additions and 0 deletions
25
templates/index.html
Normal file
25
templates/index.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Spitfire Mod Store - Search</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Spitfire Mod Store</h1>
|
||||
<form action="/search" method="GET">
|
||||
<input type="text" name="q" placeholder="Search add-ons" required>
|
||||
<br><br>
|
||||
<label for="filter">Search Type:</label>
|
||||
<select name="filter" id="filter">
|
||||
<option value="">All</option>
|
||||
<option value="addon">Extension</option>
|
||||
<option value="theme">Theme</option>
|
||||
<option value="bundle">Bundle</option>
|
||||
<option value="layout">Layout</option>
|
||||
<option value="config">Configuration</option>
|
||||
</select>
|
||||
<br><br>
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue