Monorepo for Tangled tangled.org
1

Configure Feed

Select the types of activity you want to include in your feed.

core / web / src / routes / about / +page.svelte
383 B 13 lines
1<script lang="ts"> 2 import MarketingHome from '$lib/components/home/MarketingHome.svelte'; 3</script> 4 5<svelte:head> 6 <title>About &middot; Tangled</title> 7 <meta 8 name="description" 9 content="The next-generation social coding platform. Host repositories on your infrastructure with knots, use stacked pull requests, and run CI with spindles." 10 /> 11</svelte:head> 12 13<MarketingHome />