Add license, readme
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="static/css/qa.css?6790fbc27e93e" />
|
||||
<link rel="stylesheet" type="text/css" href="static/css/qa.css?6790fe2a4ca2c" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<meta name="theme-color" content="#aa4400" />
|
||||
|
||||
@ -32,8 +32,8 @@
|
||||
</head>
|
||||
<body class="loading">
|
||||
|
||||
<!-- <script src="/static/js/qa.js?6790fbc27e93f" type="text/javascript" async></script> -->
|
||||
<script src="/static/js/qa.min.js?6790fbc27e940" type="text/javascript" async></script>
|
||||
<!-- <script src="/static/js/qa.js?6790fe2a4ca2d" type="text/javascript" async></script> -->
|
||||
<script src="/static/js/qa.min.js?6790fe2a4ca2e" type="text/javascript" async></script>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -477,8 +477,8 @@ class ConcPage {
|
||||
const licenseLine = document.createElement("p");
|
||||
|
||||
const license = document.createElement("a");
|
||||
license.textContent = "CC BY 4.0";
|
||||
license.href = "https://creativecommons.org/licenses/by/4.0/";
|
||||
license.textContent = "MIT-Licensed";
|
||||
license.href = "https://opensource.org/license/mit";
|
||||
licenseLine.appendChild(license);
|
||||
|
||||
licenseLine.appendChild(this.createPlainTextElem("span", " @ "));
|
||||
|
2
public/static/js/qa.min.js
vendored
2
public/static/js/qa.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user