POS-Printer/client/index.html

58 lines
2.2 KiB
HTML
Raw Normal View History

2022-05-06 11:35:53 -04:00
<!DOCTYPE html>
2022-05-02 09:59:57 -04:00
<html lang="en">
<head>
2022-05-06 11:35:53 -04:00
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2022-05-02 09:59:57 -04:00
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2022-05-06 11:35:53 -04:00
<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">
2022-05-02 11:41:28 -04:00
<title>Fax Sender</title>
2022-05-02 09:59:57 -04:00
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<div class="box">
2022-05-06 11:35:53 -04:00
<div class="brand-logo"></div>
<div class="brand-title">FAXXER</div>
<form action="http://fax.localhost.observer:8001" method="post">
2022-05-02 09:59:57 -04:00
<label for="username">用户名</label></br>
<input type="text" name="uname" id="uname" placeholder="用户名" class="input-box">
</br></br>
2022-05-06 11:35:53 -04:00
<label for="username">内容</label></br>
<input type="text" name="uname" id="uname" placeholder="想说的话" class="input-box" style="height: 165px;"></br>
<!-- <div class="forget">
2022-05-02 09:59:57 -04:00
<label class="checkbox-label">
<input type="checkbox">
<span class="checkbox-custom "></span>
<span class="label-text">记住我</span>
</label>
<span class="fg">
<a href="#"> 忘记密码?</a>
</span>
2022-05-06 11:35:53 -04:00
</div> -->
<button type="submit" class="btn">发 送</button>
2022-05-02 09:59:57 -04:00
</form>
2022-05-06 11:35:53 -04:00
<span class="option">If you want to see me</span>
2022-05-02 09:59:57 -04:00
<div class="social">
<div class="box-radius">
<img src="images/fb.png" alt="">
</div>
<div class="box-radius">
<img src="images/google.png" alt="">
</div>
<div class="box-radius">
<img src="images/linkedin.png" alt="">
</div>
<div class="box-radius">
<img src="images/twitter.png" alt="">
</div>
</div>
</div>
</div>
</body>
</html>