初始化
This commit is contained in:
12
看板定阅/Views/Home/Index.cshtml
Normal file
12
看板定阅/Views/Home/Index.cshtml
Normal file
@@ -0,0 +1,12 @@
|
||||
@{
|
||||
ViewData["Title"] = "Home Page";
|
||||
}
|
||||
|
||||
<div>
|
||||
<span></span>
|
||||
<form method="post" action="Home/Monitor">
|
||||
<input type="text" name="deviceid" />
|
||||
<input type="submit" value="监控" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
1
看板定阅/Views/Home/Monitor.cshtml
Normal file
1
看板定阅/Views/Home/Monitor.cshtml
Normal file
@@ -0,0 +1 @@
|
||||
<h1>OK</h1>
|
||||
6
看板定阅/Views/Home/Privacy.cshtml
Normal file
6
看板定阅/Views/Home/Privacy.cshtml
Normal file
@@ -0,0 +1,6 @@
|
||||
@{
|
||||
ViewData["Title"] = "Privacy Policy";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Use this page to detail your site's privacy policy.</p>
|
||||
Reference in New Issue
Block a user