|
1 |
| -<!DOCTYPE html> |
2 |
| -<html> |
3 |
| - <head> |
4 |
| - <meta charset="utf-8" /> |
5 |
| - <title>Conduit</title> |
6 |
| - <meta content="width=device-width" name="viewport"> |
7 |
| - <!-- Import Ionicon icons & Google Fonts our Bootstrap theme relies on --> |
8 |
| - <link |
9 |
| - href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" |
10 |
| - rel="stylesheet" |
11 |
| - type="text/css" |
12 |
| - /> |
13 |
| - <link |
14 |
| - 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" |
15 |
| - rel="stylesheet" |
16 |
| - type="text/css" |
17 |
| - /> |
18 |
| - <!-- Import the custom Bootstrap 4 theme from our hosted CDN --> |
19 |
| - <link rel="preconnect" href="https://static.productionready.io" crossorigin /> |
20 |
| - <link rel="preconnect" href="https://conduit.productionready.io" crossorigin /> |
21 |
| - <link rel="preconnect" href="http://code.ionicframework.com" crossorigin /> |
22 |
| - <link rel="stylesheet" type = "text/css" href="../styles/styles.css" /> |
23 |
| - <link |
24 |
| - rel="shortcut icon" |
25 |
| - type="image/x-icon" |
26 |
| - href="//demo.productionready.io/favicon.ico" |
27 |
| - /> |
28 |
| - <style>body{min-height: 101vh;}</style> |
29 |
| - </head> |
30 |
| - <body> |
31 |
| - <script type="module" src="./index.js"></script> |
32 |
| - </body> |
33 |
| -</html> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <title>Conduit</title> |
| 6 | + <meta content="width=device-width" name="viewport"> |
| 7 | + <!-- Import Ionicon icons & Google Fonts our Bootstrap theme relies on --> |
| 8 | + <link |
| 9 | + href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" |
| 10 | + rel="stylesheet" |
| 11 | + type="text/css" |
| 12 | + /> |
| 13 | + <link |
| 14 | + 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" |
| 15 | + rel="stylesheet" |
| 16 | + type="text/css" |
| 17 | + /> |
| 18 | + <!-- Import the custom Bootstrap 4 theme from our hosted CDN --> |
| 19 | + <link rel="preconnect" href="https://static.productionready.io" crossorigin /> |
| 20 | + <link rel="preconnect" href="https://conduit.productionready.io" crossorigin /> |
| 21 | + <link rel="preconnect" href="http://code.ionicframework.com" crossorigin /> |
| 22 | + <link rel="stylesheet" type = "text/css" href="./styles/styles.css" /> |
| 23 | + <link |
| 24 | + rel="shortcut icon" |
| 25 | + type="image/x-icon" |
| 26 | + href="//demo.productionready.io/favicon.ico" |
| 27 | + /> |
| 28 | + <style>body{min-height: 101vh;}</style> |
| 29 | + </head> |
| 30 | + <body> |
| 31 | + <script type="module" src="./src/index.js"></script> |
| 32 | + </body> |
| 33 | +</html> |
0 commit comments