Compare commits

...

2 Commits

Author SHA1 Message Date
0b426487ca changed text decoration and animation 2026-03-24 18:22:46 +00:00
48faeb3e01 added styling bcs better 2026-03-24 18:14:06 +00:00
5 changed files with 484 additions and 454 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/bin /bin
/obj /obj
config.ini config.ini
.session

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@
<div class="view-home"> <div class="view-home">
<div class="container"> <div class="container">
<h1 class="hero-logo"> <h1 class="hero-logo">
Omni<span>Search</span> <span>Void</span>arc
</h1> </h1>
<form action="/search" class="home-search-form"> <form action="/search" class="home-search-form">
<div class="search-input-wrapper"> <div class="search-input-wrapper">

View File

@@ -14,7 +14,7 @@
<body class="images-view"> <body class="images-view">
<header> <header>
<h1> <h1>
Omni<span>Search</span> <a id="header-icon" href="/"><span>Void</span>arc</a>
</h1> </h1>
<form action="/images" method="GET" class="search-form"> <form action="/images" method="GET" class="search-form">
<input name="q" autocomplete="off"="text" class="search-box" placeholder="Search for images..." <input name="q" autocomplete="off"="text" class="search-box" placeholder="Search for images..."

View File

@@ -17,7 +17,7 @@
<body class="results-view"> <body class="results-view">
<header> <header>
<h1> <h1>
Omni<span>Search</span> <a id="header-icon" href="/"><span>Void</span>arc</a>
</h1> </h1>
<form action="/search" method="GET" class="search-form"> <form action="/search" method="GET" class="search-form">
<input name="q" type="text" class="search-box" autocomplete="off" placeholder="Search the web..." <input name="q" type="text" class="search-box" autocomplete="off" placeholder="Search the web..."