diff options
Diffstat (limited to 'spring-front/public/index.html')
-rw-r--r-- | spring-front/public/index.html | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/spring-front/public/index.html b/spring-front/public/index.html index 85c7871..065bedc 100644 --- a/spring-front/public/index.html +++ b/spring-front/public/index.html @@ -2,19 +2,28 @@ <html lang="en"> <head> <script - crossorigin + crossorigin="anonymous" src="https://unpkg.com/react@17/umd/react.production.min.js" + integrity="sha512-qlzIeUtTg7eBpmEaS12NZgxz52YYZVF5myj89mjJEesBd/oE9UPsYOX2QAXzvOAZYEvQohKdcY8zKE02ifXDmA==" ></script> <script - crossorigin + crossorigin="anonymous" src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js" + integrity="sha512-9jGNr5Piwe8nzLLYTk8QrEMPfjGU0px80GYzKZUxi7lmCfrBjtyCc1V5kkS5vxVwwIB7Qpzc7UxLiQxfAN30dw==" ></script> - <script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script> - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> + <script + crossorigin="anonymous" + src="https://unpkg.com/babel-standalone@6/babel.min.js" + integrity="sha512-kp7YHLxuJDJcOzStgd6vtpxr4ZU9kjn77e6dBsivSz+pUuAuMlE2UTdKB7jjsWT84qbS8kdCWHPETnP/ctrFsA==" + ></script> + <link rel="icon" href="data:," /> + <link rel="icon" href="data:;base64,=" /> <meta charset="utf-8" /> <link + crossorigin="anonymous" rel="stylesheet" href="https://unpkg.com/@highlightjs/cdn-assets@11.5.0/styles/default.min.css" + integrity="sha512-hasIneQUHlh06VNBe7f6ZcHmeRTLIaQWFd43YriJ0UND19bvYRauxthDg8E4eVNPm9bRUhr5JGeqH7FRFXQu5g==" /> <!-- <script type="module"> --> <!-- import hljs from "https://unpkg.com/@highlightjs/cdn-assets@11.5.0/es/highlight.min.js"; --> |