Checkpoint

This commit is contained in:
Robin E.R. Davies
2026-02-05 11:51:43 -05:00
parent e5beb97466
commit aec88fa9f1
24 changed files with 949 additions and 306 deletions
+28
View File
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/roboto.css">
<title>T3k License</title>
<style>
body {
font-family: Roboto,Arial, sans-serif;
margin: 32px;
line-height: 1.6;
}
h6 {
font-size: 1.2em;
margin-bottom: 10px;
}
p {
font-size: 1em;
max-width: 600px;
}
</style>
</head>
<body>
<h6>T3K License</h6>
<p>Users may download and use the data file in software and publish the resulting outputs without royalties or restrictions. However, they may not upload, republish, or distribute the data file without the author's permission.</p>
</body>
</html>
-1
View File
@@ -19,7 +19,6 @@
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}