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

Aftermath

+
    +
  • Neither Britain nor the United States could defeat the other.
  • +
  • The two governments decided to negotiate peace.
  • +
  • The Treaty of Ghent ended the war in February 1815 but left Native American territory exposed to further American expansion.
  • +
+
+ +
+
+ ) +} -- cgit v1.2.3