Index页面
Posted wangyang11
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Index页面相关的知识,希望对你有一定的参考价值。
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
<style>
* {
padding:0;
margin:0;
}
a {
text-decoration: none;
color: #4cff00;
}
.head {
margin-left:500px;
font-size:25px;
}
.geren {
margin-top:40px;
margin-left: 400px;
color:#b200ff;
}
</style>
</head>
<body>
<div>
<span class="head"><a href="/Login/Login">登陆</a>
<a href="/Login/Add">注册</a></span>
<div class="geren">
<h2>欢迎你,@ViewBag.Name</h2>
</div>
</div>
</body>
</html>
以上是关于Index页面的主要内容,如果未能解决你的问题,请参考以下文章
Wordpress 重定向到静态 index.html 页面,同时保持子页面完整? [关闭]
如何从 blogs.php 页面返回 index.php [重复]