19 lines
254 B
Plaintext
Raw Normal View History


@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
</head>
<body>
<div>
<h1>Index View Coming From Views/Home Folder</h1>
</div>
</body>
</html>