-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendar1.html
65 lines (60 loc) · 1.15 KB
/
calendar1.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
65
<!DOCTYPE html>
<html>
<head>
<title>Calendar</title>
<meta http-equiv="content-type" content="text/html"; charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="css/style1.css">
</head>
<body>
<div>
<div></div>
<div>пн</div>
<div>вт</div>
<div>ср</div>
<div>чт</div>
<div>пт</div>
<div>сб</div>
<div>вс</div>
<div></div>
<div></div>
<div></div>
<div>1</div>
<div>2</div>
<div class="selected_begin">3</div>
<div>4</div>
<div>5</div>
<div></div>
<div>6</div>
<div>7</div>
<div>8</div>
<div>9</div>
<div>10</div>
<div>11</div>
<div>12</div>
<div></div>
<div>13</div>
<div>14</div>
<div>15</div>
<div>16</div>
<div class=selected_end> 17 </div>
<div>18</div>
<div>19</div>
<div></div>
<div>21</div>
<div>22</div>
<div>23</div>
<div>24</div>
<div>25</div>
<div>26</div>
<div>27</div>
<div></div>
<div>28</div>
<div>29</div>
<div>30</div>
<div>31</div>
<div></div>
<div></div>
<div></div>
</div>
</body>
</html>