Terence Eden 9f0b16d571
Include SRI where possible (#41144)
Co-authored-by: Terence Eden <git@shkspr.mobi>
2025-10-05 22:50:02 +02:00

27 lines
1.1 KiB
HTML

---
layout: landingpage
title: "Home Assistant Community"
description: "Connect and share ideas with makers, tinkerers, and smart home enthusiasts."
og_image: /images/community/og.jpeg
frontpage: false
---
<script type="module" src="https://cdn.jsdelivr.net/gh/inorganik/countUp.js@2.9.0/dist/countUp.umd.js" integrity="sha384-cZn+k4IHBZGsuT+b6toxynBSqLie8V/r2I1Zd6sKhpMw730McyK/W8zU4zOYEmb2" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/stylesheets/homeassistant/pages/community/index.css" />
<script type="module">
import {DSAP} from "/javascripts/dsap.es.js";
window.dsap = new DSAP();
</script>
<main id="page-community">
<div class="container-full">
{% include_relative assets/_icons.html %}
{% include_relative components/_nav.html %}
{% include_relative components/_hero.html %}
{% include_relative components/_global.html %}
{% include_relative components/_join.html %}
{% include_relative components/_newsletter.html %}
{% include_relative components/_meetups.html %}
{% include_relative components/_faq.html %}
</div>
</main>