about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-12-16 16:01:55 +0100
committerbptato <nincsnevem662@gmail.com>2022-12-16 16:01:55 +0100
commitffee0d78c9bcbf04b41892dee613ebdc7ae0b95d (patch)
tree5ae2acc465246ee8ce85cf7f2410e32657cee700 /res
parentbbabb695c94d89f32591fa7c962eb8e22e52655a (diff)
downloadchawan-ffee0d78c9bcbf04b41892dee613ebdc7ae0b95d.tar.gz
Update visual home page, use name consistently
Diffstat (limited to 'res')
-rw-r--r--res/cha.html3
-rw-r--r--res/chawan.html31
-rw-r--r--res/config.toml2
3 files changed, 32 insertions, 4 deletions
diff --git a/res/cha.html b/res/cha.html
deleted file mode 100644
index f7ba93c8..00000000
--- a/res/cha.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<body>
-cha browser 0.1
-</body>
diff --git a/res/chawan.html b/res/chawan.html
new file mode 100644
index 00000000..7b022f9a
--- /dev/null
+++ b/res/chawan.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<head>
+	<title>Chawan Browser 0.1</title>
+	<style>
+	.u {
+		text-decoration: underline;
+	}
+	.logo {
+		position: absolute;
+		bottom: 0;
+		right: 0;
+	}
+	</style>
+</head>
+<body>
+	<center><h1>Welcome to Chawan!</h1></center>
+	This is the default visual home page. You might want to change it in
+	your configuration file.
+<pre class=logo>
+ _......................._
+fr.,~.~,,~~.~~~,~,~~~~,,.bl
+I!www~www~www~www~www~www!ds
+lCHCHCHCHCHCHCHCHCHCHCHCHCp
+ kCHCHCHCHCHCHCHCHCHCHCHCp
+  sAAAAAAAAAAAAAAAAAAAAAp
+   l<span class=u>S</span>WWWWWWWWWWWWWWWWW<span class=u>Z</span>i
+     lSAAAAAAAAAAAAAZ/
+       \<span class=u>ZM</span>NNNNNNN<span class=u>MZ</span>/
+          \<span class=u>HHHHH</span>/
+</pre>
+</body>
diff --git a/res/config.toml b/res/config.toml
index 17bfc574..dd15aebc 100644
--- a/res/config.toml
+++ b/res/config.toml
@@ -1,5 +1,5 @@
 [start]
-visual-home = "about:cha"
+visual-home = "about:chawan"
 run-script = ""
 headless = false