Change ui
This commit is contained in:
parent
3014ebf00d
commit
3e2474c408
|
@ -1,10 +1,11 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
|
||||
<title>Fax Sender</title>
|
||||
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
|
@ -14,13 +15,15 @@
|
|||
<div class="container">
|
||||
|
||||
<div class="box">
|
||||
<form action="#" method="post">
|
||||
<div class="brand-logo"></div>
|
||||
<div class="brand-title">FAXXER</div>
|
||||
<form action="http://fax.localhost.observer:8001" method="post">
|
||||
<label for="username">用户名</label></br>
|
||||
<input type="text" name="uname" id="uname" placeholder="用户名" class="input-box">
|
||||
</br></br>
|
||||
<label for="username">密码</label></br>
|
||||
<input type="password" name="uname" id="uname" placeholder="密码" class="input-box"></br>
|
||||
<div class="forget">
|
||||
<label for="username">内容</label></br>
|
||||
<input type="text" name="uname" id="uname" placeholder="想说的话" class="input-box" style="height: 165px;"></br>
|
||||
<!-- <div class="forget">
|
||||
<label class="checkbox-label">
|
||||
<input type="checkbox">
|
||||
<span class="checkbox-custom "></span>
|
||||
|
@ -29,10 +32,10 @@
|
|||
<span class="fg">
|
||||
<a href="#"> 忘记密码?</a>
|
||||
</span>
|
||||
</div>
|
||||
<button type="submit" class="btn">登 录</button>
|
||||
</div> -->
|
||||
<button type="submit" class="btn">发 送</button>
|
||||
</form>
|
||||
<span class="option">第三方登录</span>
|
||||
<span class="option">If you want to see me</span>
|
||||
<div class="social">
|
||||
<div class="box-radius">
|
||||
<img src="images/fb.png" alt="">
|
||||
|
|
Loading…
Reference in New Issue