1
0
Fork 0
mirror of https://github.com/Findus23/RainbowRoad.git synced 2024-09-19 16:03:52 +02:00

update text

This commit is contained in:
Lukas Winkler 2023-05-08 14:54:44 +02:00
parent 3c287c9188
commit 5243a708d6
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -3,7 +3,6 @@ import {Options} from "ol/control/Control";
import {router} from "./router"; import {router} from "./router";
import {createElement, createElementWithContent, dlSet} from "./domutils"; import {createElement, createElementWithContent, dlSet} from "./domutils";
import "./stats" import "./stats"
import {addStatsChart} from "./stats";
const overlay = document.getElementById("overlay")! const overlay = document.getElementById("overlay")!
@ -52,10 +51,15 @@ export function setOverlay(): void {
content.appendChild(p) content.appendChild(p)
content.appendChild(dlSet( content.appendChild(dlSet(
"Source-Code:", "Source-Code und Daten:",
"github.com/Findus23/RainbowRoad", "github.com/Findus23/RainbowRoad",
"https://github.com/Findus23/RainbowRoad" "https://github.com/Findus23/RainbowRoad"
)) ))
const dl = createElement("dl")
dl.appendChild(createElementWithContent("dt", "Lizenz:"))
const dd = createElementWithContent("dd", "GPL-3 (Code), CC BY-SA 4.0 (Daten)")
dl.appendChild(dd)
content.appendChild(dl)
content.appendChild(dlSet( content.appendChild(dlSet(
"Andere Projekte:", "Andere Projekte:",