23 lines
1.3 KiB
HTML
23 lines
1.3 KiB
HTML
{% load static %}
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Beyhan Oğur</title>
|
|
|
|
<meta content="" name="description">
|
|
<meta content="" name="author">
|
|
<meta content="" name="keywords">
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
|
|
<!-- The Outskirts v1.0 || ex nihilo || August 2015 -->
|
|
<!-- style start -->
|
|
<link href="{% static 'css/bootstrap.min.css' %}" media="all" rel="stylesheet" type="text/css">
|
|
<link href="{% static 'css/style-dark.css' %}" media="all" rel="stylesheet" type="text/css">
|
|
<link href="{% static 'css/font-awesome-4.4.0/css/font-awesome.min.css' %}" media="all" rel="stylesheet" type="text/css"><!-- style end -->
|
|
<!-- google fonts start -->
|
|
<link href="http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900%7CDosis:200,300,400,500,600,700,800%7CMontserrat:400,700%7COswald:300,400,700" rel="stylesheet"
|
|
type="text/css"><!-- google fonts end -->
|
|
<!-- dialog initiation start -->
|
|
<script src="{% static 'js/modernizr.custom.js' %}" type="text/javascript"></script><!-- dialog initiation end -->
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
</head> |