Change ui

This commit is contained in:
Dylan Wu 2022-05-06 11:35:53 -04:00
parent 3014ebf00d
commit 3e2474c408
1 changed files with 14 additions and 11 deletions

View File

@ -1,10 +1,11 @@
 <!DOCTYPE html>
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <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 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> <title>Fax Sender</title>
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
@ -14,13 +15,15 @@
<div class="container"> <div class="container">
<div class="box"> <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> <label for="username">用户名</label></br>
<input type="text" name="uname" id="uname" placeholder="用户名" class="input-box"> <input type="text" name="uname" id="uname" placeholder="用户名" class="input-box">
</br></br> </br></br>
<label for="username">密码</label></br> <label for="username">内容</label></br>
<input type="password" name="uname" id="uname" placeholder="密码" class="input-box"></br> <input type="text" name="uname" id="uname" placeholder="想说的话" class="input-box" style="height: 165px;"></br>
<div class="forget"> <!-- <div class="forget">
<label class="checkbox-label"> <label class="checkbox-label">
<input type="checkbox"> <input type="checkbox">
<span class="checkbox-custom "></span> <span class="checkbox-custom "></span>
@ -29,10 +32,10 @@
<span class="fg"> <span class="fg">
<a href="#"> 忘记密码?</a> <a href="#"> 忘记密码?</a>
</span> </span>
</div> </div> -->
<button type="submit" class="btn">登 录</button> <button type="submit" class="btn">发 送</button>
</form> </form>
<span class="option">第三方登录</span> <span class="option">If you want to see me</span>
<div class="social"> <div class="social">
<div class="box-radius"> <div class="box-radius">
<img src="images/fb.png" alt=""> <img src="images/fb.png" alt="">