19 lines
254 B
Plaintext
19 lines
254 B
Plaintext
|
|
|||
|
@{
|
|||
|
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>
|