diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-23 04:03:15 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-23 04:03:15 +0000 |
commit | 63ad960e4a8f51486dd25eb61c9c5b0f74cacd81 (patch) | |
tree | e5127bede8e3bc7aea3811db0ee30797baf3dfbe /spring-front/public/index.html | |
parent | wip (diff) | |
download | mdrtl-63ad960e4a8f51486dd25eb61c9c5b0f74cacd81.tar.gz mdrtl-63ad960e4a8f51486dd25eb61c9c5b0f74cacd81.zip |
wip
Diffstat (limited to 'spring-front/public/index.html')
-rw-r--r-- | spring-front/public/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/spring-front/public/index.html b/spring-front/public/index.html index fcfbe7a..1432ddb 100644 --- a/spring-front/public/index.html +++ b/spring-front/public/index.html @@ -16,14 +16,18 @@ type="text/css" media="screen" title="no title" - charset="utf-8" + /> + <link + rel="stylesheet" + href="https://unpkg.com/@highlightjs/cdn-assets@11.5.0/styles/default.min.css" /> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>RTLMD</title> </head> <body> - <script src="../src/index.js" defer></script> <div id="root"></div> + <div id="root2"></div> + <script src="../src/index.js"></script> </body> </html> |