2019-08-31 20:51:14 -07:00

31 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Data Hub by LinkedIn&reg;</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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">
{{content-for "head"}}
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/wherehows-web.css">
{{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>