-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 919 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Geeky Jyväskylä</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Geeky Jyväskylä</h1>
</header>
<article>
<p>Pro tip: subscribe at bottom right corner!</p>
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showDate=0&showPrint=0&showTz=0&height=600&wkst=2&bgcolor=%23FFFFFF&src=8k5oi1dne96kpvqtr4ebljsi0k%40group.calendar.google.com&color=%23875509&src=d86v46hs0fkcl4m0q2n9evnkpk%40group.calendar.google.com&color=%232F6309&src=peliosuuskuntaexpa%40gmail.com&color=%23B1440E&ctz=Europe%2FHelsinki" style=" border-width:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</article>
<footer>
<a href="http://www.geekcollision.org/">Maintained by Geek Collision and co.</a>
</footer>
</body>
</html>