mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
25 lines
956 B
HTML
25 lines
956 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
|
|
{% feed_meta %}
|
|
<link rel="alternate" type="application/atom+xml" title="Recent commits to osquery's master branch" href="{{ site.repository }}/commits/master.atom">
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
|
|
<link rel="stylesheet" href="/css/screen.css">
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
{% seo %}
|
|
<!--[if lt IE 9]>
|
|
<script src="/js/html5shiv.min.js"></script>
|
|
<script src="/js/respond.min.js"></script>
|
|
<![endif]-->
|
|
<script src="/js/zepto.min.js"></script>
|
|
<script>
|
|
var d = new String(window.location.host);
|
|
if (d.indexOf("facebook.github.io") != -1) {
|
|
window.location = "{{ site.url }}";
|
|
}
|
|
</script>
|
|
</head>
|