diff --git a/Views/Display/NotFound.cshtml b/Views/Display/NotFound.cshtml new file mode 100644 index 0000000..e757cd1 --- /dev/null +++ b/Views/Display/NotFound.cshtml @@ -0,0 +1,28 @@ +@model List +@{ Layout = null; } + + + + + Device Not Found — Sunbeam + + + + +
+

Meow?

+

No kitten found at this address.

+ @if (Model.Any()) { +
Available Kittens:
+
@foreach (var d in Model) { @d.Name
/@d.Slug
}
+ } else {

No devices configured yet.

} +

Go to Admin

+
+ +