diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-04-28 15:56:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 15:56:28 +0000 |
| commit | 08c0838412ffc2ddcb16f615eb45eff2a22a7a2e (patch) | |
| tree | d5e1c71ab6dbd3615539ea72e298ad74f369faed | |
| parent | 3d44eaacf68e6c64d8b0d7fc615d40f9685609fa (diff) | |
| download | war-of-1812-08c0838412ffc2ddcb16f615eb45eff2a22a7a2e.tar.gz war-of-1812-08c0838412ffc2ddcb16f615eb45eff2a22a7a2e.tar.bz2 war-of-1812-08c0838412ffc2ddcb16f615eb45eff2a22a7a2e.zip | |
fixes
| -rw-r--r-- | pages/page4.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/page4.js b/pages/page4.js index 4a43ec7..8805a5e 100644 --- a/pages/page4.js +++ b/pages/page4.js @@ -14,6 +14,7 @@ export default function Home() { <h1>Where did this happen?</h1> <p>The Canadian–American frontier and the Great Lakes region<br/>The Atlantic and Gulf of Mexico coasts of North America<br/>The Atlantic Ocean</p> <img src="https://lh3.googleusercontent.com/proxy/jokzi7NoVX1Pi0aDmLOichq03Oy0exLjwPQkzmrtK_RAaSCtT3adqkWJOexRIAb65r3NC-E2fM3aPMsF8oTMB3BCwTUbn1yb6we9rksM2S0KDFjg_018s4GBHwQ7EkWMuNtwy8KQ0g" /> + <br /> <Button variant="contained" color="primary" href="page5">Next Page</Button> </main> </div> |
