Andrew Jakubowicz af27ff8374 fix(catalog): remove TODO from home page
PiperOrigin-RevId: 565459571
2023-09-14 13:25:04 -07:00

13 lines
310 B
HTML

{% extends 'default.html' %}
{% block head %}
<script type="module" src="/js/pages/home-page.js"></script>
<link rel="stylesheet" href="/css/home-page.css">
{% endblock %}
{% block content %}
<h1>Material Web</h1>
<div class="subtitle">The official web component set for Material 3</div>
{% endblock %}