FIC_Solar/SolarPower/Views/Operation/_OperationPlanCreate.cshtml
2021-06-22 09:45:44 +08:00

14 lines
200 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>@ViewBag.Title</title>
</head>
<body>
<div>
@RenderBody()
</div>
</body>
</html>