This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Kindful Embed Test</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; max-width: 900px; margin: 2rem auto; padding: 0 1rem; color: #222; } | |
| h1 { font-size: 1.25rem; margin-bottom: 0.25rem; } | |
| .meta { color: #666; font-size: 0.85rem; margin-bottom: 1.5rem; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your settings in this file to overwrite the default settings | |
| { | |
| "editor.fontFamily": "Victor Mono", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 12.5, | |
| "editor.lineHeight": 30, | |
| "editor.fontWeight": "700", | |
| "editor.cursorStyle": "underline", | |
| "editor.colorDecorators": false, | |
| "editor.minimap.enabled": false, |