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">
|
2017-03-24 18:44:22 -07:00
|
|
|
<title>WhereHows 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">
|
|
|
|
|
|
|
|
{{content-for "head"}}
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
|
|
|
|
<link 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>
|