24 lines
885 B
HTML
24 lines
885 B
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="{{ site.description }}">
|
||
|
|
||
|
<title>{{ site.title }}</title>
|
||
|
<link rel="shortcut icon" type="image/x-icon" href="{{ '/assets/favicon.ico' | relative_url }}">
|
||
|
|
||
|
<!-- Font Awesome CDN -->
|
||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.0/css/all.css">
|
||
|
|
||
|
<!-- Bootstrap CSS CDN -->
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
||
|
|
||
|
<!-- Animate CSS CDN -->
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css" type="text/css"/>
|
||
|
|
||
|
<!-- Custom CSS -->
|
||
|
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}" type="text/css">
|
||
|
|
||
|
</head>
|