aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.tsx11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 8644ef8..ccff804 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -58,17 +58,6 @@ export default function Home(): JSX.Element {
<Layout description={`${siteConfig.tagline}`}>
<HomepageHeader />
<div className="container grid grid-cols-1 gap-4">
- <CodeFrame
- language="haskell"
- shadowClass="shadow-neocyan"
- width="full"
- >
- {`module Main where
-
-main :: IO ()
-main = putStrLn "Hello, World!"`}
- </CodeFrame>
-
<p className="text-red-500 font-extrabold text-5xl">
If you're reading this, you probably found it by accident. This is a
WIP project, and the site is far from finished. If you're curious