UNPKG

respec-themeable

Version:
29 lines (28 loc) 855 B
<!DOCTYPE html> <html> <head> <link rel="icon" sizes="any" href="logo.svg"/> <meta charset="utf-8"/> <script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer></script> <script class="remove"> var respecConfig = { lint: { "no-http-props": false }, }; </script> <script src="index.js" class="remove"></script> </head> <body> <section id="abstract"> Simple <a href="https://github.com/szkiba/respec-themeable">respec-themeable</a> demo document. Content came from project's <a href="README.md">README</a> </section> <section id="sotd" class="remove"></section> <section data-format="markdown" data-include="README.md"></section> <style> :root { --theme-color: #3836a3; --accent-color: #e99c32; } </style> </body> </html>