mirror of
https://github.com/NohamR/Hub.git
synced 2026-01-11 00:18:15 +00:00
V2.5
This commit is contained in:
34
html/notion.html
Normal file
34
html/notion.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user