-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
32 lines (32 loc) · 989 Bytes
/
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Big Time License
</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>
Big Time License
</h1>
<p>
a public <code>LICENSE</code> that makes software free for noncommercial and small-business use, with a guarantee that fair, reasonable, and nondiscriminatory paid-license terms will be available for everyone else
</p>
</header>
<main>
<p>
The latest version is <a href="versions/2.0.2">Version 2.0.2</a>.
</p>
<p>
Work on the license continues <a href="https://github.com/berneout/big-time-public-license">on GitHub</a>.
</p>
<p>
This can also help improve this website <a href="https://github.com/berneout/bigtimelicense.com">on GitHub</a>.
</p>
</main>
</body>
</html>