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