<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>Notion</title>
    <link rel="shortcut icon" href="assets/icon.ico">
    <link rel="stylesheet" href="../css/notion.css">
    <script src="js/js.js"></script>
    <style>
        iframe {
            width: 100%;
            height: 500px;
        }

        button {
            display: inline-block;
        }

        iframe {
            width: 50%
        }
    </style>
</head>

<body>
	<h1 id="title">Notion</h1>
    <div>
        <iframe id="notion" src="https://v1.embednotion.com/embed/8baa667799c74937b97b0d68a31a095a"></iframe>
    </div>
</body>

</html>