mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
13 lines
310 B
HTML
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 %} |