Last active
June 13, 2019 23:41
-
-
Save karkranikhil/8ef36579cfcb76fecfa11ee24ece804a to your computer and use it in GitHub Desktop.
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> | |
| <head> | |
| <title>sosnar lint demo</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="stylesheet/less" type="text/css" href="./style.less" /> | |
| </head> | |
| <body> | |
| <div> | |
| <h1 id="demo"></h1> | |
| <h2>This is a H2 tag.</h2> | |
| <small>LESS Variables documentation: <a href="#" title="LESS Variables documentation">http://lesscss.org/#-variables</a></small> | |
| </div> | |
| <input type="text" name="firstname" /> | |
| <b>Demo By Nikhil</b> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/3.9.0/less.min.js" ></script> | |
| <script src="./app.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment