|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 |
| - <head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 |
| - <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
7 |
| - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
8 |
| - <title>Conduit</title> |
9 |
| - <!-- Import Ionicon icons & Google Fonts our Bootstrap theme relies on --> |
10 |
| - <link href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css"> |
11 |
| - <link 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" rel="stylesheet" type="text/css"> |
12 |
| - <!-- Import the custom Bootstrap 4 theme from our hosted CDN --> |
13 |
| - <link rel="stylesheet" href="https://demo.productionready.io/main.css"> |
14 |
| - </head> |
15 |
| - <body> |
16 |
| - <noscript> |
17 |
| - <strong>We're sorry but vue-realworld-example-app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
18 |
| - </noscript> |
19 |
| - <div id="app"></div> |
20 |
| - <!-- built files will be auto injected --> |
21 |
| - </body> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
| 8 | + <link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
| 9 | + <title>Conduit</title> |
| 10 | + <!-- Import Ionicon icons & Google Fonts our Bootstrap theme relies on --> |
| 11 | + <link href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css"> |
| 12 | + <link 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" |
| 13 | + rel="stylesheet" type="text/css"> |
| 14 | + <!-- Import the custom Bootstrap 4 theme from our hosted CDN --> |
| 15 | + <link rel="stylesheet" href="https://demo.productionready.io/main.css"> |
| 16 | +</head> |
| 17 | + |
| 18 | +<body> |
| 19 | + <noscript> |
| 20 | + <strong>We're sorry but vue-realworld-example-app doesn't work properly without JavaScript enabled. Please enable |
| 21 | + it to continue.</strong> |
| 22 | + </noscript> |
| 23 | + <div id="app"></div> |
| 24 | + <!-- built files will be auto injected --> |
| 25 | + <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,Symbol "></script> |
| 26 | +</body> |
| 27 | + |
22 | 28 | </html>
|
0 commit comments