2017-01-17 19:20:46 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2019-08-31 20:51:14 -07:00
|
|
|
<title>Data Hub by LinkedIn®</title>
|
2017-01-17 19:20:46 -08:00
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-08-31 20:51:14 -07:00
|
|
|
<link rel="shortcut icon" href="{{rootURL}}assets/favicon.ico" id="favicon-ico">
|
|
|
|
<link rel="apple-touch-icon" href="{{rootURL}}assets/apple-touch-icon.png">
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="{{rootURL}}assets/apple-touch-icon-precomposed.png">
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="{{rootURL}}assets/apple-touch-icon-precomposed-57.png" sizes="57x57">
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="{{rootURL}}assets/apple-touch-icon-precomposed-144.png" sizes="144x144">
|
2017-01-17 19:20:46 -08:00
|
|
|
|
|
|
|
{{content-for "head"}}
|
|
|
|
|
2017-10-23 16:50:48 -07:00
|
|
|
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
|
|
|
|
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/wherehows-web.css">
|
2017-01-17 19:20:46 -08:00
|
|
|
|
|
|
|
{{content-for "head-footer"}}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{content-for "body"}}
|
|
|
|
|
|
|
|
<script src="{{rootURL}}assets/vendor.js"></script>
|
|
|
|
<script src="{{rootURL}}assets/wherehows-web.js"></script>
|
|
|
|
|
|
|
|
{{content-for "body-footer"}}
|
|
|
|
</body>
|
|
|
|
</html>
|