加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
ironc 提交于 2019-03-29 22:55 . 个人留言板
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>个人留言板</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="留言板" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Meta tag Keywords -->
<!--font-awesome-css-->
<link href="css/font-awesome.css" rel="stylesheet">
<!--//font-awesome-css-->
<!-- css files -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
<!-- online-fonts -->
<link href="//fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<!--//online-fonts -->
<body>
<!--header-->
<div class="agileheader">
<h1>欢迎给我留言!</h1>
</div>
<!--//header-->
<!--main-->
<section class="main-w3l">
<div class="w3ls-top">
<div class="element-img">
<img src="images/el.jpg" alt="image" class="img-responsive"/>
</div>
<div class="top-text">
<h2>Jarvis</h2>
<h5>Student--HUAT</h5>
</div>
<div class="w3ls-ma">
<p class="ph-icon">QQ 1806328384</p>
<p><a href="mailto:1806328384@qq.com">1806328384@qq.com</a></p>
</div>
<div class="clear"> </div>
</div>
<div class="agile-form">
<form action="mysql.php" method="post">
<div class="agile_w3l_inner_form">
<div class="ft-name">
<input type="text" name="FirstName" placeholder="First Name" required="required">
</div>
<div class="lt-name">
<input type="text" name="LastName" placeholder="Last Name" required="required">
</div>
<div class="clear"> </div>
<div class="e-name">
<input type="email" name="Email" placeholder="Email Address" required="required">
</div>
<textarea name="Message" placeholder="Message" required=""></textarea>
</div>
<div class="w3ls-bottom">
<input type="submit" value="SEND MESSAGE">
</div>
</form>
</div>
</section>
<!--//main-->
<!--footer-->
<div class="footer-w3l">
<p>&copy; 2019 Personal contact Form. All rights reserved | Design by <a href="http://wx.nd6.org">jarvis</a></p>
</div>
<!--//footer-->
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化