-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
24 lines (22 loc) · 938 Bytes
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport"/>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'/>
<link type="text/css" rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/static/css/normalize.css"/>
<link type="text/css" rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/static/css/main.css"/>
<title>Technical blog</title>
</head>
<body>
<header id="main-header">
<section class="container">
<a href="/">
The Gathering
<span class="header-link-separator">Technical blog</span>
</a>
</section>
</header>
<div class="container">