-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (37 loc) · 1.71 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
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang=en-US>
<head>
<meta charset=UTF-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name=description content="generate commercial software license forms">
<title>Commercial Software License Generator / PolyForm Project</title>
<link href=styles.css rel=stylesheet>
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="PolyForm Commercial">
<meta name="twitter:description" content="build standard commercial software license agreements online">
<meta name="twitter:image" content="https://commercial.polyformproject.org/social.png">
<!-- OpenGraph -->
<meta name="og:type" content="website">
<meta name="og:title" content="PolyForm Commercial">
<meta name="og:description" content="build standard commercial software license agreements online">
<meta name="og:image" content="https://commercial.polyformproject.org/social.png">
<meta name="og:site" content="PolyForm Commercial">
</head>
<body>
<header role=banner>
<img id=logo alt=PolyForm src=logo.png>
<h1>Commercial License Generator</h1>
<p>build standard commercial software license agreements online</p>
</header>
<main role=main>
<noscript><p>This page requires JavaScript.</p></noscript>
<p>Loading…</p>
</main>
<footer role=contentinfo>
<p>“PolyForm” is a United States registered trademark of <a href=https://polyformproject.org>PolyForm Project</a>.</p>
<p>Contribute to this website <a href=https://github.com/polyformproject/commercial.polyformproject.org>on GitHub</a>.</p>
</footer>
<script src=bundle.js></script>
</body>
</html>