18 lines
234 B
Plaintext
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>
|
|
|
|
|