From 9655904cddf7c18c45dd516ecc986b2c287a6666 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 28 Apr 2021 15:42:20 +0000 Subject: Added more things --- pages/page4.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/page4.js (limited to 'pages/page4.js') diff --git a/pages/page4.js b/pages/page4.js new file mode 100644 index 0000000..4a43ec7 --- /dev/null +++ b/pages/page4.js @@ -0,0 +1,21 @@ +import Head from 'next/head' +import styles from '../styles/Home.module.css' +import Button from '@material-ui/core/Button' + +export default function Home() { + return ( +
+ + The War of 1812 + + + +
+

Where did this happen?

+

The Canadian–American frontier and the Great Lakes region
The Atlantic and Gulf of Mexico coasts of North America
The Atlantic Ocean

+ + +
+
+ ) +} -- cgit v1.2.3