-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclock.html
More file actions
14 lines (14 loc) · 801 Bytes
/
clock.html
File metadata and controls
14 lines (14 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<body bgcolor="#32000000" width="100%">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" style="padding: 16px 28px 4px 28px;">
<span style="font-size: 32px; font-weight: 300; color: #C8FFFFFF; letter-spacing: 0.5px;">{DDD}, {MMM} {d} {yyyy}</span>
</td>
</tr>
<tr>
<td align="center" style="padding: 0px 28px 16px 28px;">
<span style="font-size: 96px; font-weight: 200; color: #F2FFFFFF; letter-spacing: -2px;">{k}</span><span style="font-size: 96px; font-weight: 200; color: #80FFFFFF;">:</span><span style="font-size: 96px; font-weight: 200; color: #F2FFFFFF; letter-spacing: -2px;">{ii}</span><span style="font-size: 40px; font-weight: 400; color: #99FFFFFF; letter-spacing: 1px;"> {AA}</span>
</td>
</tr>
</table>
</body>