commit c9d9e2879ca7ebf8cc033d7b1fbe48c603f61bee
parent 0b9764931dd5c147bed3ac584a67f871ec803cd7
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date: Sat, 23 Jul 2022 06:37:26 +0900
change start up page
Diffstat:
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/config/home.html b/config/home.html
@@ -1,5 +1,25 @@
-<h1>surf</h1>
+<!DOCTYPE html>
+<head>
+ <meta charset="utf-8">
+ <title>surf home</title>
+ <style>
+ html {
+ background-color: #1b1b1b;
+ color: #e0e0e0;
+ }
+ body {
+ text-align: center;
+ }
+ </style>
+</head>
+<body>
+<a href="https://surf.suckless.org">
+<svg xmlns="http://www.w3.org/2000/svg" width="88" height="40">
+<path d="m 0,32 8,0 0,-16 24,0 0,16 8,0 0,-16 32,0 0,-16 16,0 0,8 -8,0 0,8 8,0 0,8 -8,0 0,16 -8,0 0,-16 -8,0 0,16 -8,0 0,-16 -8,0 0,16 -24,0 0,-16 -8,0 0,16 -16,0 z" fill="#17a"/>
+</svg>
+</a>
<form method="get" action="https://lite.duckduckgo.com/lite">
<input type="text" name="q" placeholder="duckduckgo">
<input type="submit" value="search">
</form>
+</body>