This commit is contained in:
parallelbgls
2016-11-01 14:53:01 +08:00
parent 47b7ae324c
commit 75967c1fba
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
@RenderBody() @RenderBody()
<hr /> <hr />
<footer> <footer>
<p>Hangzhou Delian Infomation & Science Technology Co.,Ltd. &copy; 2015 - Modbus.Net</p> <p>Hangzhou Delian Information & Science Technology Co.,Ltd. &copy; 2015 - Modbus.Net</p>
</footer> </footer>
</div> </div>

View File

@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - 我的 ASP.NET 应用程序</title> <title>@ViewBag.Title - Modbus.Net</title>
@Styles.Render("~/Content/css") @Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr") @Scripts.Render("~/bundles/modernizr")
</head> </head>
@@ -13,7 +13,7 @@
@RenderBody() @RenderBody()
<hr /> <hr />
<footer> <footer>
<p>&copy; @DateTime.Now.Year - 我的 ASP.NET 应用程序</p> <p>Hangzhou Delian Infomation & Science Technology Co.,Ltd. &copy; 2015 - Modbus.Net</p>
</footer> </footer>
</div> </div>

View File

@@ -13,7 +13,7 @@
@RenderBody() @RenderBody()
<hr /> <hr />
<footer> <footer>
<p>Hangzhou Delian Information & Technology Co.,Ltd. &copy; 2015 - Modbus.Net</p> <p>Hangzhou Delian Information & Science Technology Co.,Ltd. &copy; 2015 - Modbus.Net</p>
</footer> </footer>
</div> </div>