zh-cn:设置 常规页面

本文介绍了管理面板中的常规设置页面,包括站点标题、位置、注册权限、日期和时间的设置等内容。

 设置 → 常规


设置>常规页面为管理面板的默认界面。您站点的一些基本属性都设置于此,如:

您站点的标题和位置、允许何人注册、日期和时间如何计算并显示等。

转载于:https://my.oschina.net/ajian2014/blog/308980

<!DOCTYPE html> <html lang=“zh-CN”> <head> <meta charset=“UTF-8”> <title>用户登录</title> <style> /* 基础样式 */ body { font-family: ‘Arial’, sans-serif; background-color: #f0f2f5; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .login-container { background: white; padding: 40px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); width: 350px; } h2 { color: #1a73e8; text-align: center; margin-bottom: 30px; } .form-group { margin-bottom: 20px; } label { display: block; margin-bottom: 8px; color: #5f6368; } input[type="text"], input[type="password"] { width: 100%; padding: 12px; border: 1px solid #dadce0; border-radius: 4px; box-sizing: border-box; font-size: 16px; } input[type="submit"] { background-color: #1a73e8; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; width: 100%; font-size: 16px; transition: background-color 0.3s; } input[type="submit"]:hover { background-color: #1557b0; } .links { text-align: center; margin-top: 20px; } .links a { color: #1a73e8; text-decoration: none; font-size: 14px; margin: 0 10px; } </style> </head> <body> <div class=“login-container”> <h2>用户登录</h2> <form action=“/login” method=“POST”> <div class=“form-group”> <label for=“username”>用户名:</label> <input type=“text” id=“username” name=“username” required> </div> <div class="form-group"> <label for="password">密码:</label> <input type="password" id="password" name="password" required> </div> <input type="submit" value="登录"> </form> <div class="links"> <a href="#">忘记密码?</a> <a href="#">注册账号</a> </div> </div> </body> </html>我是windows系统,这是网页前端代码,可以不用后端,基于nginx在点击的时候返回一个404,因为我的目的是监听网页,如果有需要更改路径或需要添加额外操作的话请标示出来
03-20
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值