mirror of
https://github.com/abrendan/NochuSearch.git
synced 2025-06-16 20:55:05 +02:00
Rebranding Nochu to Nochu Search
This commit is contained in:
parent
f7dfba418f
commit
516313ee9d
@ -2,13 +2,13 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Nochu</title>
|
<title>Nochu Search</title>
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles_index.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='styles_index.css') }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="search-page-container">
|
<div class="search-page-container">
|
||||||
<h1 class="main-heading">Welcome to Nochu</h1>
|
<h1 class="main-heading">Welcome to Nochu Search</h1>
|
||||||
<p class="sub-heading">Yet another de-googled search engine using Google's Search API.</p>
|
<p class="sub-heading">Yet another de-googled search engine using Google's Search API.</p>
|
||||||
<form class="search-form" action="/search" method="get">
|
<form class="search-form" action="/search" method="get">
|
||||||
<input class="search-input" type="text" name="query" required>
|
<input class="search-input" type="text" name="query" required>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user