forked from vadbars/vadbars_vikxx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalendar.html
More file actions
16 lines (16 loc) · 1.12 KB
/
calendar.html
File metadata and controls
16 lines (16 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Календарь дерьма в блокчейнах</title>
<meta name="description" content="Календарь дерьма в блокчейнах"/>
<link href="styles/main.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://golos.io/images/favicons/favicon.ico"/>
<style>iframe { min-height: 300px; margin: 8px; border-radius: 3px; overflow: hidden; box-shadow: 0 0 12px -2px black; }</style>
</head>
<body id="top">
<iframe src="https://calendar.google.com/calendar/b/5/embed?title=Crypto%20Signals&showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=300&wkst=1&bgcolor=%23ffffff&src=q7gn5rn04maea7q13422jio0sk%40group.calendar.google.com&color=%23853104&ctz=Europe%2FHelsinki" style="border-width:0" width="800" height="300" frameborder="0" scrolling="no"></iframe>
</body>
</html>