-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (22 loc) · 1.12 KB
/
index.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
<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://license-check.k-nut.eu" />
<meta property="og:title" content="Check your github licenses!" />
<meta property="og:image" content="https://license-check.k-nut.eu/static/screenshot.png" />
<meta property="og:image:width" content="734" />
<meta property="og:image:height" content="538" />
<meta property="og:description" content="Check if you have specified a license for all of your GitHub projects so that other people can use your awesome work. ✨" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@notknut">
<meta name="twitter:creator" content="@notknut">
<title>Check your GitHub licenses</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>