-
Notifications
You must be signed in to change notification settings - Fork 4
/
head.html
37 lines (37 loc) · 1.56 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang=en>
<head>
<meta charset=UTF-8>
<title>License Zero Developer’s Guide</title>
<link rel=stylesheet href="https://static.licensezero.com/normalize.css">
<link rel=stylesheet href="https://static.licensezero.com/simple.css">
<link rel=stylesheet href="https://static.licensezero.com/highlight.min.css">
<style>
.alert {
background: #fcf8e3;
border-radius: 0.5rem;
border: 1px solid orange;
box-sizing: border-box;
color: #333;
margin-bottom: 1rem;
margin-top: 1rem;
padding: 0.5rem 1rem;
text-align: center;
}
</style>
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="License Zero Developer’s Guide">
<meta name="twitter:description" content="developer’s guide to financially supporting work on open software with License Zero">
<meta name="twitter:image" content="https://static.licensezero.com/logo-100.png">
<meta name="twitter:site" content="@licensezero">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- OpenGraph -->
<meta property="og:description" content="developer’s guide to financially supporting work on open software with License Zero">
<meta property="og:image" content="https://static.licensezero.com/logo-100.png">
<meta property="og:site_name" content="License Zero">
<meta property="og:title" content="License Zero Developer’s Guide">
<meta property="og:type" content="website">
<meta property="og:url" content="https://guide.licensezero.com/">
</head>
<body>