diff options
author | Holger Paradies <retabell@gmx.de> | 2025-06-15 17:57:59 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2025-06-15 17:57:59 +0200 |
commit | e693aabc01a26230ad372ee26996266548e43d23 (patch) | |
tree | f78f6dba37eede4846104d6aa3ce3753b9c17332 /skel/.config/netsurf/Hotlist | |
parent | b2d4cc28d9fb0468e499c80d223ea44631d74d03 (diff) | |
download | etcskel-kanotix-e693aabc01a26230ad372ee26996266548e43d23.zip etcskel-kanotix-e693aabc01a26230ad372ee26996266548e43d23.tar.gz |
Version-2.0.45
Sync with package from repo
Diffstat (limited to 'skel/.config/netsurf/Hotlist')
-rw-r--r-- | skel/.config/netsurf/Hotlist | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/skel/.config/netsurf/Hotlist b/skel/.config/netsurf/Hotlist new file mode 100644 index 0000000..4ab6156 --- /dev/null +++ b/skel/.config/netsurf/Hotlist @@ -0,0 +1,18 @@ +<!DOCTYPE html PUBLIC "//W3C/DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<title>NetSurf hotlist</title> +</head> +<body> +<ul> +<h4>Unsorted entries</h4> +<ul id="default"> +</ul> +<h4>Kanotix</h4> +<ul> +<li><a href="https://kanotix.de">Kanotix</a></li> +</ul> +</ul> +</body> +</html> |