1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2026-08-11 16:32:55 +00:00

Primitive Commit

This commit is contained in:
wook
2017-04-02 21:38:41 +09:00
parent 82aee5b960
commit 69a9bc7a86
51 changed files with 23470 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Result</title>
</head>
<body>
<div>
@Model
</div>
</body>
</html>