mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
19 lines
514 B
HTML
19 lines
514 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<base target="_blank"><!--[if lte IE 6]></base><![endif]-->
|
|
<link rel="stylesheet" href="buttons.css">
|
|
<!--[if lt IE 8]>
|
|
<link rel="stylesheet" href="assets/css/octicons-iefix.css">
|
|
<![endif]-->
|
|
<!--[if IE 8]>
|
|
<script src="assets/js/pseudo-ie8fix.js"></script>
|
|
<![endif]-->
|
|
<meta name="robots" content="noindex, nofollow">
|
|
</head>
|
|
<body>
|
|
<script src="buttons.js"></script>
|
|
</body>
|
|
</html>
|