| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <meta name="Custom Template for injecting custom style CSS"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
| <link rel="stylesheet" type="text/css" href="App.min.css"> |
| <link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet"> |
| <script type="text/javascript"> |
| var script = document.createElement("script"); |
| script.setAttribute("src", "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"); |
| document.head.appendChild(script); |
| var link = document.createElement("link"); |
| link.setAttribute("rel", "stylesheet"); |
| link.setAttribute("type", "text/css"); |
| link.setAttribute("href", "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css"); |
| document.head.appendChild(link); |
| var script = document.createElement("script"); |
| script.setAttribute("src", "https://cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.9/dialog-polyfill.min.js"); |
| document.head.appendChild(script) |
| var link = document.createElement("link"); |
| link.setAttribute("rel", "stylesheet"); |
| link.setAttribute("type", "text/css"); |
| link.setAttribute("href", "https://cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.9/dialog-polyfill.min.css"); |
| document.head.appendChild(link); |
| var link = document.createElement("link"); |
| link.setAttribute("rel", "stylesheet"); |
| link.setAttribute("type", "text/css"); |
| link.setAttribute("href", "https://fonts.googleapis.com/icon?family=Material+Icons"); |
| document.head.appendChild(link); |
| var link = document.createElement("link"); |
| link.setAttribute("rel", "stylesheet"); |
| link.setAttribute("type", "text/css"); |
| link.setAttribute("href", "https://pro.fontawesome.com/releases/v5.13.0/css/all.css"); |
| document.head.appendChild(link); |
| var script = document.createElement("script"); |
| script.setAttribute("src", "https://cdnjs.cloudflare.com/ajax/libs/web-animations/2.3.1/web-animations.min.js"); |
| document.head.appendChild(script); |
| </script> |
| <script type="text/javascript" src="./App.js"></script> |
| |
| </head> |
| <body> |
| <script type="text/javascript"> |
| new App().start(); |
| </script> |
| |
| </body> |
| </html> |