20 lines
336 B
Plaintext
Raw Permalink Normal View History

@{
2021-07-13 23:47:49 +10:00
Layout = null;
}
2021-07-13 23:47:49 +10:00
<!DOCTYPE html>
2021-07-13 23:47:49 +10:00
<html>
<head>
<title>Index</title>
</head>
<body>
<div>
@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>
@Html.ActionLink("RSVP Now", "RsvpForm")
2021-07-13 23:47:49 +10:00
</div>
</body>
</html>