Last active
November 11, 2021 10:12
-
-
Save huantt/d5178c957a5bac3059ca01785d236ff8 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 ng-app="app" ng-strict-di> | |
| <head lang="en"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta charset="UTF-8"> | |
| <base href="/"> | |
| <title>Redash</title> | |
| <script src="/static/unsupportedRedirect.js" async></script> | |
| <link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon-32x32.png"> | |
| <link rel="icon" type="image/png" sizes="96x96" href="/static/images/favicon-96x96.png"> | |
| <link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon-16x16.png"> | |
| <link href="/static/vendors~app.22941359f2e6f98e80a1.css" rel="stylesheet"><link href="/static/app.88ac1b6c8e87b2093dc8.css" rel="stylesheet"></head> | |
| <body ng-class="bodyClass"> | |
| <section> | |
| <app-view></app-view> | |
| <div class="loading-indicator"> | |
| <div id="css-logo"> | |
| <div id="circle"> | |
| <div></div> | |
| </div> | |
| <div id="point"> | |
| <div></div> | |
| </div> | |
| <div id="bars"> | |
| <div class="bar"></div> | |
| <div class="bar"></div> | |
| <div class="bar"></div> | |
| <div class="bar"></div> | |
| </div> | |
| </div> | |
| <div id="shadow"></div> | |
| </div> | |
| </section> | |
| <script type="text/javascript" src="/static/vendors~app.22941359f2e6f98e80a1.js?v=1.2"></script><script type="text/javascript" src="/static/app.88ac1b6c8e87b2093dc8.js?v=1.2"></script></body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment