16 lines
160 B
Plaintext
Raw 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>
Hello, world (from the view)
</div>
</body>
</html>