diff options
Diffstat (limited to 'kittybox-rs')
-rw-r--r-- | kittybox-rs/templates/src/indieauth.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kittybox-rs/templates/src/indieauth.rs b/kittybox-rs/templates/src/indieauth.rs new file mode 100644 index 0000000..99e94c7 --- /dev/null +++ b/kittybox-rs/templates/src/indieauth.rs @@ -0,0 +1,7 @@ +use kittybox_indieauth::AuthorizationRequest; + +markup::define! { + AuthorizationRequestPage() { + + } +} |