diff --git a/FediNews/Components/Pages/Content/Submit.razor b/FediNews/Components/Pages/Content/Submit.razor new file mode 100644 index 0000000..2830c21 --- /dev/null +++ b/FediNews/Components/Pages/Content/Submit.razor @@ -0,0 +1,24 @@ +@page "/submit" +
+

Submit to Fedi News

+
+

title

+ +
+
+

url

+ +
+
+

comment

+ +
+
+ +
+

Leave url blank to submit a text-only post. If there is no url, the comment will appear directly under the title. A comment is optional, if a url is present.

+
+ +@code { + +}