Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tf7software authored Sep 29, 2024
1 parent e271b5d commit a407866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<body>
<div class="container">
<img src="/logo.png" alt="Infintium" class="logo">
<p style="color:Silver;">Infintium sources are provide by <a href="https://github.com/tf7software/ScrAPI">ScrAPI</a></p>
<form id="searchForm" method="POST" action="/search" class="search-container">
<input type="text" name="query" id="searchInput" placeholder="Search..." autocomplete="off">
<button type="submit">Search</button>
Expand Down Expand Up @@ -50,7 +51,7 @@
<ul id="suggestions" class="suggestions-list"></ul> <!-- Moved suggestions list below the form -->
</div>
<p>Infinite Searches, Infinite Learning.</p>
<p style="color:gray;">Ver. 0.87.8</p>
<p style="color:gray;">Ver. 0.12.8</p>
<a href="https://github.com/tf7software/Infintium">GitHub</a>
<a href="about.html">About</a>
<p style="color:Silver;">P.S. Also try entering algebra problems for quick solving!</p>
Expand Down

0 comments on commit a407866

Please sign in to comment.