diff options
| author | Thomas Grothe <grothe.tr@gmail.com> | 2026-04-11 17:48:36 -0400 |
|---|---|---|
| committer | Thomas Grothe <grothe.tr@gmail.com> | 2026-04-11 17:48:36 -0400 |
| commit | bcac54576d7309ac0471a7be5664c5a4e8d7349e (patch) | |
| tree | 47fae776f054ba54179f4e76c356aa573dcc29b6 | |
| parent | ac507fafce34be9bb568a43c2457374e6aacc2a9 (diff) | |
.
| -rw-r--r-- | docs/thoughts.md | 2 | ||||
| -rw-r--r-- | resources/views/email/template.blade.php | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/thoughts.md b/docs/thoughts.md index 0defa0f..a470940 100644 --- a/docs/thoughts.md +++ b/docs/thoughts.md @@ -1,3 +1,5 @@ +should writings even be allowed to be private? + allow to write without having accound make db entry for every visitor: ip, timestamp last visit, num visits, length of stay diff --git a/resources/views/email/template.blade.php b/resources/views/email/template.blade.php deleted file mode 100644 index 92243ac..0000000 --- a/resources/views/email/template.blade.php +++ /dev/null @@ -1,5 +0,0 @@ -<!DOCTYPE html> -<html> - <h1>Test Email</h1> - <p> yeah whatup </p> -</html>
\ No newline at end of file |
