yavsc/web/Views/FrontOffice/test.cshtml

17 lines
145 B
Text
Raw Normal View History

2014-10-12 15:22:45 +02:00
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<title>test</title>
</head>
<body>
<div>
test
</div>
</body>
</html>