aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorNick Tchayka <nick@booster.cloud>2023-09-05 13:20:16 +0100
committerNick Tchayka <nick@booster.cloud>2023-09-05 13:20:16 +0100
commitfb6896019a999e939dd7f12196722e55bf852e1b (patch)
tree7aa05fecdd42fc35648ab8121c1c6267086dab6b /src/pages
parent9223e88e748c8155a2313d545b07938c4787b229 (diff)
downloadneohaskell.github.io-fb6896019a999e939dd7f12196722e55bf852e1b.tar.gz
neohaskell.github.io-fb6896019a999e939dd7f12196722e55bf852e1b.tar.bz2
neohaskell.github.io-fb6896019a999e939dd7f12196722e55bf852e1b.zip
Add features
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