Created
August 14, 2020 13:46
-
-
Save sivaprabug/20135332d2f639f1a109e2c79893ff87 to your computer and use it in GitHub Desktop.
Revisions
-
Sivaprabu Ganesan renamed this gist
Aug 14, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Sivaprabu Ganesan created this gist
Aug 14, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <!-- Lightweight client-side loader that feature-detects and load polyfills only when necessary --> <script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2/webcomponents-loader.min.js"></script> <!-- Load the element definition --> <script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@1/src/zero-md.min.js"></script> <!-- Simply set the `src` attribute to your MD file and win --> <zero-md src="help.md"></zero-md> </head> <body> </body> </html>