about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-10-03 22:36:56 +0200
committerEmile <git@emile.space>2022-10-03 22:36:56 +0200
commit0a55defd966212a44a71216a6a7ccc77a11272b4 (patch)
tree8044c10d51a6d6d5d876c5fa8ca52d5734fcea7e
parentb54182fb9a9498cd57b4145fa4f3c544b37dd8cb (diff)
added an image to the README for you to get an idea on how the thing looks like HEAD main
-rw-r--r--.gitignore2
-rw-r--r--README.md (renamed from src/README.md)4
-rw-r--r--preview.pngbin0 -> 1335895 bytes
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d3beee5..0154262 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,5 @@ _testmain.go
 *.test
 *.prof
 
+*.DS_Store
+
diff --git a/src/README.md b/README.md
index d5c382c..b39f568 100644
--- a/src/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 # frontpage
 
 This will be the frontpage running on emile.space.

-It will give a short overview and route the user to where he wants to get.
\ No newline at end of file
+It will give a short overview and route the user to where he wants to get.
+
+![](./preview.png)
\ No newline at end of file
diff --git a/preview.png b/preview.png
new file mode 100644
index 0000000..2210f11
--- /dev/null
+++ b/preview.png
Binary files differ