This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (61 loc) · 2.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="calculator.png" type="image/x-icon" />
<title>Date Calculator</title>
<link rel="stylesheet" href="./date.css" />
</head>
<body>
<div class="container">
<div class="notification">
<h3>Ứng dụng đã được chuyển về tên miền</h3>
👇<br />
<br />
<a href="https://date.phamvankhang.name.vn/">
https://date.phamvankhang.name.vn/</a
>
</div>
</div>
<!-- <div class="container">
<div class="title">Tính % date còn lại của sản phẩm</div>
<div class="date-input">
<div>
<p>NSX</p>
<input type="date" id="nsx">
</div>
<div>
<p>HSD</p>
<input type="date" id="hsd">
</div>
<div>
<p> Ngày kiểm tra date</p>
<input type="date" id="result">
</div>
</div>
<div class="date-output">
<button type="button" onclick="calDate()" class="calculator-button">Kết Quả</button>
</div>
<div class="show">
<p id="dayCount" value=""></p>
</div>
<p id="textFunny" value=""></p>
</div>
<div class="menu">
<a href="/findhsd.html">Đã biết NSX</a>
<a href="/findnsx.html">Đã biết HSD</a>
</div>
<footer><a href="https://phamvankhang.name.vn"> Phát triển bởi <span> Phạm Văn Khang - Goods Receiving</span></a>
<br>
<center>
<img src="./logo.png" alt="logo E-mart" width="90px" style="text-align: center;">   X  
<a href="https://phamvankhang.name.vn"><img
src="https://lh3.googleusercontent.com/a-/AOh14Gj4rdO6NNBP5Yh40FcLkKXlwH9XTFIgyHZMHAy67w=s96-c-rg-br100"
alt="" width="40px" style="text-align: center;"></a>
</center>
</footer>
<script src="./date.js"></script> -->
</body>
</html>