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-14 00:00:12 +10:00
|
|
|
<p>We're going to have an exciting party.<br/>
|
|
|
|
(To do: sell it better. Add pictures or something)
|
|
|
|
</p>
|
2021-07-13 23:47:49 +10:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|