-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdelivery.html
More file actions
26 lines (24 loc) · 1.18 KB
/
delivery.html
File metadata and controls
26 lines (24 loc) · 1.18 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8; IE=EmulateIE9"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>出荷日バナー</title>
<link href="./css/delivery.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.js" type="text/javascript"></script>
<script src="js/delivery.js" type="text/javascript"></script>
</head>
<body>
<div class="dlvmain">
<div style="width:100%;text-align: center; padding:10px 0 10px 0;">
只今のご注文から <span id='orderDate'></span>までのご注文は
<span id='deliveryDate'></span>
<span style="font-weight: normal; font-size:0.9em;"></span>
<br/>
<span style="color:#1BC210;font-weight:bold;"></span>
</div>
</div>
</body>
</html>