-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathb2.html
20 lines (20 loc) · 1002 Bytes
/
b2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<#include "/_common/macros.ftl">
<!doctype html>
<html lang="en">
<head>
<title>Avaje</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro|Ubuntu&display=swap">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/site.css">
<link rel="stylesheet" href="/css/pygments.css">
</head>
<body>
<div id="layout-body"></div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="/js/site.js"></script>
</body>
</html>