diff --git a/Views/Slides/Create.cshtml b/Views/Slides/Create.cshtml new file mode 100644 index 0000000..463ce81 --- /dev/null +++ b/Views/Slides/Create.cshtml @@ -0,0 +1,128 @@ +@model Slide +@{ + ViewData["Title"] = "New Meow"; +} + +
+ @Html.AntiForgeryToken() + +
+
+
+
Slide Content
+
+
+ + + +
+
+ + +
+
+ + +
+ + +
+
+
+
+
+
Appearance
+
+
+ +
+ + +
+
+
+ + + + +
+
+ + +
+
+
+
+ + Cancel +
+
+
+
+ +@section Styles { + +} + +@section Scripts { + + +}