Thor/Thor.BlazorCommon/Areas/MyFeature/Pages/Page1.cshtml
2025-08-30 15:42:44 +02:00

14 lines
207 B
Plaintext

@page
@model Thor.BlazorCommon.MyFeature.Pages.Page1Model
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Page1</title>
</head>
<body>
</body>
</html>