moved aspnet logic to a diferent folder

This commit is contained in:
2024-09-01 19:08:52 -03:00
parent 30db290c5f
commit 5d3636ae22
80 changed files with 19 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
@{
ViewData["Title"] = "Info";
}
@{
Layout = "_Layout";
}
<h1>@ViewData["Title"]</h1>
<p>Este es un sistema hecho por Federico Polidoro Para las materias de Ing en sistemas y Trabajo de diploma.</p>