3.6 Displaying Details of the Party

chap3
Jason Zhu 2021-07-14 00:00:12 +10:00
parent 5945309b12
commit 10af21fb9b
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@
<body> <body>
<div> <div>
@ViewBag.Greeting, world (from the view) @ViewBag.Greeting, world (from the view)
<p>We're going to have an exciting party.<br/>
(To do: sell it better. Add pictures or something)
</p>
</div> </div>
</body> </body>
</html> </html>