startpage

Simple text centric startpage
Log | Files | Refs | README

commit 5dcaa09433d8340f27ae8da962f533e53692cee8
parent c0656cecd5b6de8c9915efd32cc3cff7a5c1987e
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 19 Apr 2022 20:46:40 +0100

Fix validation errors

Diffstat:
Mindex.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html @@ -1,5 +1,5 @@ <!doctype html> -<html lang="en"></html> +<html lang="en"> <head> <meta charset="utf-8"> <title>$</title> @@ -21,7 +21,7 @@ <div id="Container"> <div id="input"> <p id="input_title"></p> - <input id="input_source" type="command" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" autofocus> + <input id="input_source" type="text" spellcheck="false" autofocus> </div> <div id="logger"> <div id="wrapper">