parent
9653c2b8d7
commit
af3c732c0d
@ -0,0 +1,40 @@
|
||||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Light Theme</title>
|
||||
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
|
||||
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
|
||||
<script>var __adobewebfontsappname__="dreamweaver"</script>
|
||||
<!--<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>-->
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<!-- Main Container -->
|
||||
<div class="container">
|
||||
<!-- Navigation -->
|
||||
<!-- Hero Section -->
|
||||
<!-- About Section -->
|
||||
<!-- Stats Gallery Section -->
|
||||
<!-- Parallax Section -->
|
||||
<!-- More Info Section -->
|
||||
<footer>
|
||||
<article class="footer_column"> </article>
|
||||
</footer>
|
||||
<!-- Footer Section -->
|
||||
<section class="footer_banner" id="contact">
|
||||
<h2 class="hidden">Footer Banner Section </h2>
|
||||
<p class="hero_header">您的账号尚未进行验证,请点击开始认证</p>
|
||||
<div class="button" onclick="window.location='checkPhoneNum.html'">开始认证</div>
|
||||
</section>
|
||||
<!-- Copyrights Section --></div>
|
||||
<!-- Main Container Ends -->
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue