Skip to content

Instantly share code, notes, and snippets.

@jasonoh
Last active March 8, 2022 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jasonoh/8aa0d7e20d368fbdc9a7bade5827002a to your computer and use it in GitHub Desktop.
Save jasonoh/8aa0d7e20d368fbdc9a7bade5827002a to your computer and use it in GitHub Desktop.
template for adding widget embed codes for insertion into notion
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
background-color: #2f3437; <!-- set this value to match your background color (#2f3437 is the default "dark" theme color) -->
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notion Widget Embed Template</title>
</head>
<body>
<!-- REPLACE WITH EMBED CODE CONTENT -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment