Created
May 4, 2020 21:09
-
-
Save annacoding2020/8352bb9a1debd8eaff1029067872e088 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
| <body> | |
| <link rel="stylesheet/less" type="text/css" href="/color.less" /> | |
| <noscript>You need to enable JavaScript to run this app.</noscript> | |
| <div id="root"></div> | |
| <script> | |
| window.less = { | |
| async: false, | |
| env: 'production' | |
| }; | |
| </script> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/less.js/2.7.3/less.min.js"></script> | |
| </body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment