POS-Printer/client/index.html

58 lines
2.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<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, 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">
</head>
<body>
<div class="container">
<div class="box">
<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="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>
<span class="label-text">记住我</span>
</label>
<span class="fg">
<a href="#"> 忘记密码?</a>
</span>
</div> -->
<button type="submit" class="btn">发 送</button>
</form>
<span class="option">If you want to see me</span>
<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>