2021-07-13 09:44:12 +10:00
|
|
|
@{
|
2021-07-13 23:47:49 +10:00
|
|
|
Layout = null;
|
2021-07-13 09:44:12 +10:00
|
|
|
}
|
|
|
|
|
2021-07-13 23:47:49 +10:00
|
|
|
<!DOCTYPE html>
|
2021-07-13 09:44:12 +10:00
|
|
|
|
2021-07-13 23:47:49 +10:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Index</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
2021-07-13 23:51:02 +10:00
|
|
|
@ViewBag.Greeting, world (from the view)
|
2021-07-13 23:47:49 +10:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|