5 Star 0 Fork 0

hi / webCollection

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FindPass.aspx 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Nelson 提交于 2020-08-02 15:23 . 前端优化
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="FindPass.aspx.cs" Inherits="FindPass" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title></title>
<link href="Styles/findpass.css" rel="stylesheet" />
</head>
<body>
<form id="form1" runat="server">
<div class="main_box">
<div class="title">请输入你的用户名,找回密码的链接将发送到你的邮箱.</div>
<div class="content">
<ul>
<li>
<label for="email">用户名</label><input type="text" id="userName" name="userName" placeholder="请输入您的用户名" /></li>
<li>
<input type="submit" value="提交" onsubmit="submitMail()" /></li>
</ul>
</div>
</div>
</form>
</body>
</html>
1
https://gitee.com/yanglihao2006/webCollection.git
git@gitee.com:yanglihao2006/webCollection.git
yanglihao2006
webCollection
webCollection
master

搜索帮助