diff --git a/server/public/index.html b/server/public/index.html index cfc3a75..e21add0 100644 --- a/server/public/index.html +++ b/server/public/index.html @@ -27,10 +27,16 @@
diff --git a/server/public/index.md b/server/public/index.md new file mode 100644 index 0000000..bcfa83c --- /dev/null +++ b/server/public/index.md @@ -0,0 +1,3 @@ +# Just Share Please + +Just Share Please is an [Obsidian](https://obsidian.md) plugin that allows quickly and easily sharing individual notes online using an anonymized link. It's pretty cool! diff --git a/server/public/style.css b/server/public/style.css index 03f27fd..3f6fd92 100644 --- a/server/public/style.css +++ b/server/public/style.css @@ -46,6 +46,14 @@ a:hover { margin: 40px auto 80px; } +.error { + position: absolute; + text-align: center; + left: 50%; + top: 40%; + transform: translate(-50%, -60%); +} + #footer { position: absolute; left: 0;