You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
351 B
Plaintext

1 year ago
<div>
<layout:Container>
<h1>Icons</h1>
<p>An overview of all available icons:</p>
<main:ComponentIcons style="font-size: 2em;"></main:ComponentIcons>
1 year ago
</layout:Container>
</div>
<style>
</style>
<script type="application/x-go">
import (
"git.d3nexus.de/Dadido3/D3vugu-components/components/layout"
1 year ago
)
type PageIcons struct {}
</script>