1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2025-06-07 07:56:14 +00:00
2017-04-18 00:50:18 +09:00

15 lines
331 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title</title>
<style type="text/css">
label {display: inline-block; width: 100px;}
div.dateElem {margin: 5px;}
</style>
</head>
<body>
@RenderBody()
</body>
</html>