-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUSA.html
More file actions
32 lines (32 loc) · 1 KB
/
USA.html
File metadata and controls
32 lines (32 loc) · 1 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
26
27
28
29
30
31
32
<!doctype html>
<html>
<head>
<style>
.center
{
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 192px;
height: 192px;
background-color: opacity(0%);
font-family: "Arial", "Roboto", sans-serif;
font-optical-sizing: auto;
font-size: 36px;
font-weight: bold;
font-style: normal;
font-variation-settings:
"wdth" 100;
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<title>USA Time</title>
</head>
<body class="center">
<iframe src="https://free.timeanddate.com/clock/ia5pcd11/n164/szw192/szh192/hoc006ba6/hbw6/hfc00b5e2/cf100/hgr0/fdi76/mqc000/mql10/mqw4/mqd98/mhc000/mhl10/mhw4/mhd98/mmc000/mml10/mmw1/mmd98/hsc77c5d5/hsw6" frameborder="0" width="192" height="192"></iframe>
<br><center>USA</center>
</body>
</html>