blob: c9268c28885d8e551a2191fc11cd1cf8746959e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<html>
<head>
<title>Hugo with Gulp and Webpack</title>
<link rel="stylesheet" href="/css/main.css"/>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,800" rel="stylesheet">
</head>
<body class="sans-serif">
|