diff options
author | pux <pux@raumdock.pux.dom> | 2023-01-07 10:58:18 +0100 |
---|---|---|
committer | pux <pux@raumdock.pux.dom> | 2023-01-07 10:58:18 +0100 |
commit | 407572b5f49d89baad3dd0ef3d50b89a3b1ae451 (patch) | |
tree | e50c5eaa7c610949721a422cbd6b70b228955c1f /index.html | |
download | muckedout-407572b5f49d89baad3dd0ef3d50b89a3b1ae451.tar.gz muckedout-407572b5f49d89baad3dd0ef3d50b89a3b1ae451.tar.bz2 muckedout-407572b5f49d89baad3dd0ef3d50b89a3b1ae451.zip |
initial commit, skel index.html and the md convert script
- also using old backpack notes from pub-docs/ to have an entry
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..04bba69 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html><head> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<link rel="stylesheet" type="text/css" href="style.css"> +</head><body> +<h1>mucked out!</h1> +<!--<img src="banner.jpg" height="400px"></img>--> +<p>mucked out is a bullshit-free fact database about product and services, exposing marketing-bs and fighting planned obsolescence or cheap products just consuming planetary resources that should have no right to exist.</p> +<p>you can join and edit this database via git and markdown</p> +<p>repos url soon</p> +<pre> +<a href="data/">go to database</a> +</pre> +<br> +</body></html> |