forked from bofh/fetsite
17 lines
747 B
Plaintext
17 lines
747 B
Plaintext
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<%= stylesheet_link_tag "themes/"+theme_name+"/application", :media => "all" unless theme_name.empty? %>
|
|
<%= stylesheet_link_tag "application", :media=>"all" if theme_name.empty? %>
|
|
<%= stylesheet_link_tag "infoscreenframe.css" %>
|
|
|
|
<%= javascript_include_tag "application" %>
|
|
<%= javascript_include_tag "jmpress" %>
|
|
|
|
</head>
|
|
<body>
|
|
<iframe style="border-width: 0;"
|
|
src="https://calendar.google.com/calendar/embed?src=f7i0qj89nelp59lq8panbqr2ek%40group.calendar.google.com&src=8gec92r2kpn59jqm4gclg06nrg%40group.calendar.google.com&color=%23853104" width="100%" height="100%" frameborder="0" scrolling="no">
|
|
</iframe>
|
|
</body>
|