初始化CRICS
This commit is contained in:
19
WebSite/Views/Iot/index.aspx
Normal file
19
WebSite/Views/Iot/index.aspx
Normal file
@@ -0,0 +1,19 @@
|
||||
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||
<title>BLW IOT</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-size: 14pt;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>BLW IOT</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user