Hub/html/notion.html
√(noham)² cde16f7d71 V2.5
2022-11-08 17:20:48 +01:00

34 lines
764 B
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>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>