startpage

Simple text centric startpage
Log | Files | Refs | README

commit cb4c694c1159f3746a3faa537d5d78cb15ec1ab6
parent 336c4124b0be307a06aec5081f808ed9eea22e2f
Author: LowHigh <lowhigh.ytb@gmail.com>
Date:   Mon, 18 Apr 2022 00:59:01 +0200

Merge branch 'main' of https://github.com/TheLowHigh/TerminalStartpages

Diffstat:
MREADME.md | 2+-
Mindex.html | 7++++---
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -21,7 +21,7 @@ clear\ # How to add commands ? To add commands, go to the commands.js file in the sources.\ -You will see some pre-made commands that you will be able to edit and you can create new ones, these commands are just functions. +You will see some premade commands that you will be able to edit and you can create new ones, these commands are just functions. ```js diff --git a/index.html b/index.html @@ -1,6 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"></html> <head> + <meta charset="utf-8"> + <title>$</title> <link rel="stylesheet" href="./src/style/terminal.css"> </head> <body> @@ -23,4 +25,4 @@ <script src="./src/js/commands.js"></script> </body> -</html> -\ No newline at end of file +</html>