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/page3.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/page3.js (limited to 'pages/page3.js') diff --git a/pages/page3.js b/pages/page3.js new file mode 100644 index 0000000..1f24edc --- /dev/null +++ b/pages/page3.js @@ -0,0 +1,24 @@ +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 + + + +
+

Participants

+

The United Kingdom and the United States.

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