2021-06-22 14:47:40 +10:00

18 lines
234 B
Plaintext

@{
ViewBag.Title = "Sample";
}
<!DOCTYPE html>
<html>
<head><title>Sample View</title></head>
<body>
<p>
This is sample view. It's not much to look at,
but it gets the job done.
</p>
</body>
</html>