Ryan y. Seo 7dcd1e5e9f Fix broken links for github page website (#1340)
JerryScript-DCO-1.0-Signed-off-by: Ryan Youngtae Seo ryan@cworkers.kr
2016-09-12 14:58:50 +02:00

23 lines
1.0 KiB
HTML

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<meta name="author" content="JerryScript">
<title>JavaScript engine for Internet of Things{% if page.title %}: {{ page.title }} {% endif %}</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="{{ site.github.url }}/css/bootstrap.min.css" >
<link rel="stylesheet" href="{{ site.github.url }}/css/table.css">
<link rel="stylesheet" href="{{ site.github.url }}/css/bytecode.css">
<link rel="stylesheet" href="{{ site.github.url }}/css/block.css">
<link rel="stylesheet" href="{{ site.github.url }}/css/main.css">
<link rel="stylesheet" href="{{ site.github.url }}/css/img.css">
<script>
window.addEventListener("hashchange", function() { scrollBy(0, -50) });
</script>
</head>