Skip to content

Commit

Permalink
add: new landing page for /flags that tells you to go to /experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 17, 2024
1 parent 7893dd9 commit 2aae72f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pages/flags.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<template>
<div class="flex flex-col gap-8">
<span
class="text-[1.5rem] sm:text-[2rem] md:text-[3rem] lg:text-[4rem] internalFont flex flex-row flex-wrap gap-3"
>
<span class="font-bold"> UH-OH! YOU REACHED <span class="brand-gradient">THE OLD EXPERIMENTS PAGE</span>!</span>

</span>
</div>

<p class="text-2xl">
You landed on the page we used to use for <a href="/experiments">experiments.</a>
</p>
</template>

0 comments on commit 2aae72f

Please sign in to comment.