Compare commits
2 Commits
indev
...
0b426487ca
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b426487ca | |||
| 48faeb3e01 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/bin
|
||||
/obj
|
||||
config.ini
|
||||
config.ini
|
||||
.session
|
||||
|
||||
929
static/main.css
929
static/main.css
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@
|
||||
<div class="view-home">
|
||||
<div class="container">
|
||||
<h1 class="hero-logo">
|
||||
Omni<span>Search</span>
|
||||
<span>Void</span>arc
|
||||
</h1>
|
||||
<form action="/search" class="home-search-form">
|
||||
<div class="search-input-wrapper">
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<body class="images-view">
|
||||
<header>
|
||||
<h1>
|
||||
Omni<span>Search</span>
|
||||
<a id="header-icon" href="/"><span>Void</span>arc</a>
|
||||
</h1>
|
||||
<form action="/images" method="GET" class="search-form">
|
||||
<input name="q" autocomplete="off"="text" class="search-box" placeholder="Search for images..."
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<body class="results-view">
|
||||
<header>
|
||||
<h1>
|
||||
Omni<span>Search</span>
|
||||
<a id="header-icon" href="/"><span>Void</span>arc</a>
|
||||
</h1>
|
||||
<form action="/search" method="GET" class="search-form">
|
||||
<input name="q" type="text" class="search-box" autocomplete="off" placeholder="Search the web..."
|
||||
|
||||
Reference in New Issue
Block a user