mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 18:53:35 -05:00
14 lines
518 B
HTML
Executable File
14 lines
518 B
HTML
Executable File
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>{{ site.title }}</title>
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="//select2.github.io/dist/css/select2.min.css">
|
|
<link rel="stylesheet" href="css/select2-bootstrap.css">
|
|
<link rel="stylesheet" href="css/gh-pages.css">
|
|
<!--[if lt IE 9]>
|
|
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="js/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|