aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Experimental.ServiceViewer/Views/Shared
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-29 00:41:52 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-29 00:41:52 +0100
commita304c24b32c0327436bbd8c2853e60668e161b42 (patch)
tree08f65c05daca134cf4d2e4f779bd15d98fd66370 /src/Enmarcha.Experimental.ServiceViewer/Views/Shared
parent120a3c6bddd0fb8d9fa05df4763596956554c025 (diff)
Rename a lot of stuff, add Santiago real time
Diffstat (limited to 'src/Enmarcha.Experimental.ServiceViewer/Views/Shared')
-rw-r--r--src/Enmarcha.Experimental.ServiceViewer/Views/Shared/_Layout.cshtml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/Enmarcha.Experimental.ServiceViewer/Views/Shared/_Layout.cshtml b/src/Enmarcha.Experimental.ServiceViewer/Views/Shared/_Layout.cshtml
new file mode 100644
index 0000000..88d5b83
--- /dev/null
+++ b/src/Enmarcha.Experimental.ServiceViewer/Views/Shared/_Layout.cshtml
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="es">
+<head>
+ <meta charset="UTF-8">
+
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta rel="robots" content="noindex, nofollow">
+
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <title>@ViewData["Title"] - VentaSync</title>
+
+ <link rel="stylesheet" href="https://fonts.bunny.net/css?family=inter:300,400,700">
+ <link rel="stylesheet" href="~/styles/common.css" />
+ @await RenderSectionAsync("Head", required: false)
+</head>
+
+<body>
+
+@RenderBody()
+</body>
+</html>