diff --git a/VoidCat/Pages/Index.cshtml b/VoidCat/Pages/Index.cshtml index a6f2be0..a7422c0 100644 --- a/VoidCat/Pages/Index.cshtml +++ b/VoidCat/Pages/Index.cshtml @@ -24,32 +24,34 @@ void.cat - @Model.Meta.Name - - - - + + + + var mime = Model.Meta.MimeType; if (!string.IsNullOrEmpty(mime)) { if (mime.StartsWith("image/")) { - - - + + + } else if (mime.StartsWith("video/")) { - - - - + + + + + + } else if (mime.StartsWith("audio/")) { - - - + + + } } }