Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>About</title>
- <link href="style.css" rel="stylesheet" type="text/css"/>
- <link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
- </head>
- <body>
- <div class="topnav">
- <a href="index.html">Home</a>
- <a href="game.html">Game</a>
- <a href="about.html">About</a>
- <img src="Monkey Market Logo.svg" alt="Logo">
- </div>
- <h1> About Monkey Market </h1>
- <div class="forparents">
- <p>The purpose of Monkey Market is to give kids a fun and exciting stepping stone into learning about the stock market and the real-world events that affect it. <b>Buying and selling shares, net worth, and reading graphs are all important concepts that children are able to learn about through Monkey Market.</b> By simplifying the general idea of the stock market in a new, digestible concept for younger children, Monkey Market hopes to make understanding the stock market a little easier for children of all ages.
- </p>
- </div>
- <div id="test_chart"></div>
- <script src="chart.js"></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment