|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <link rel="icon" type="image/svg+xml" href="/src/favicon.ico" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 7 | + <meta name="theme-color" content="#000000" /> |
| 8 | + <meta name="description" content="Conduit" /> |
| 9 | + <title>Conduit</title> |
| 10 | + <!-- Import Ionicon icons & Google Fonts our Bootstrap theme relies on --> |
| 11 | + <link |
| 12 | + href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" |
| 13 | + rel="stylesheet" |
| 14 | + type="text/css" |
| 15 | + prelode |
| 16 | + /> |
| 17 | + <link |
| 18 | + href="//fonts.googleapis.com/css?family=Titillium+Web:700|Source+Serif+Pro:400,700|Merriweather+Sans:400,700|Source+Sans+Pro:400,300,600,700,300italic,400italic,600italic,700italic&display=swap" |
| 19 | + rel="stylesheet" |
| 20 | + type="text/css" |
| 21 | + prelode |
| 22 | + /> |
| 23 | + <!-- Import the custom Bootstrap 4 theme from our hosted CDN --> |
| 24 | + <link rel="stylesheet" href="//demo.productionready.io/main.css" prelode /> |
| 25 | + <script> |
| 26 | + window.app = { |
| 27 | + backend: 'https://api.realworld.io', |
| 28 | + }; |
| 29 | + </script> |
| 30 | + <style type="text/css"> |
| 31 | + .lds-ring { |
| 32 | + display: inline-block; |
| 33 | + position: relative; |
| 34 | + width: 26px; |
| 35 | + height: 26px; |
| 36 | + } |
| 37 | + .lds-ring div { |
| 38 | + box-sizing: border-box; |
| 39 | + display: block; |
| 40 | + position: absolute; |
| 41 | + width: 26px; |
| 42 | + height: 26px; |
| 43 | + margin: 0; |
| 44 | + border: 3px solid #fff; |
| 45 | + border-radius: 50%; |
| 46 | + animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; |
| 47 | + border-color: #bdbdbd transparent transparent transparent; |
| 48 | + } |
| 49 | + .lds-ring div:nth-child(1) { |
| 50 | + animation-delay: -0.45s; |
| 51 | + } |
| 52 | + .lds-ring div:nth-child(2) { |
| 53 | + animation-delay: -0.3s; |
| 54 | + } |
| 55 | + .lds-ring div:nth-child(3) { |
| 56 | + animation-delay: -0.15s; |
| 57 | + } |
| 58 | + @keyframes lds-ring { |
| 59 | + 0% { |
| 60 | + transform: rotate(0deg); |
| 61 | + } |
| 62 | + 100% { |
| 63 | + transform: rotate(360deg); |
| 64 | + } |
| 65 | + } |
| 66 | + </style> |
| 67 | + </head> |
| 68 | + <body> |
| 69 | + <noscript>You need to enable JavaScript to run this app.</noscript> |
| 70 | + <div id="root"></div> |
| 71 | + <script src="Index.js"></script> |
| 72 | + </body> |
| 73 | +</html> |
0 commit comments