mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 05:16:28 +00:00
Add title to iframes found on homepage (#542)
This commit is contained in:
parent
c73d189a28
commit
34c560b304
@ -81,6 +81,7 @@ const features = [
|
|||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
<iframe
|
<iframe
|
||||||
|
title="Upcoming Events Calendar"
|
||||||
src="https://calendar.google.com/calendar/embed?height=400&wkst=2&bgcolor=%23ffffff&ctz=America%2FLos_Angeles&src=cDA3bjk4Z28xMW9uYW1kMDhkMGttcTZqaHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23039BE5&title=Release%20Schedule&mode=AGENDA&showPrint=0&showTabs=0&showCalendars=0&showTz=0&showNav=0&showDate=0&showTitle=0"
|
src="https://calendar.google.com/calendar/embed?height=400&wkst=2&bgcolor=%23ffffff&ctz=America%2FLos_Angeles&src=cDA3bjk4Z28xMW9uYW1kMDhkMGttcTZqaHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23039BE5&title=Release%20Schedule&mode=AGENDA&showPrint=0&showTabs=0&showCalendars=0&showTz=0&showNav=0&showDate=0&showTitle=0"
|
||||||
style={{ borderWidth: 0, margin: "auto", display: "block" }}
|
style={{ borderWidth: 0, margin: "auto", display: "block" }}
|
||||||
width="300"
|
width="300"
|
||||||
@ -146,6 +147,7 @@ function Home() {
|
|||||||
<iframe
|
<iframe
|
||||||
width="100%"
|
width="100%"
|
||||||
height="315"
|
height="315"
|
||||||
|
title="Paulus Schoutsen - Awaken your home: Python and the Internet of Things - PyCon 2016"
|
||||||
src="https://www.youtube.com/embed/Cfasc9EgbMU"
|
src="https://www.youtube.com/embed/Cfasc9EgbMU"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user