Files
strudel/website/src/pages/index.astro
T
2022-12-20 19:47:28 +01:00

8 lines
259 B
Plaintext

<script is:inline>
// Redirect your homepage to the first page of documentation.
// If you have a landing page, remove this script and add it here!
// window.location.pathname = `/en/introduction`;
</script>
<h1>Hello</h1>
<a href="/tutorial">Tutorial</a>