itm325-projects/Assignment0/Assignment0/Pages/Index.cshtml
2023-09-20 02:34:44 -06:00

14 lines
198 B
Plaintext

@page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<h1>
Hello, World!
</h1>
<p>This is a website. Hooray!</p>
<img src="avatar.png" style="max-height: 10rem" alt="My logo">