rebranding
fix build
This commit is contained in:
parent
e80e8b2b87
commit
5da5623bf1
4 changed files with 27 additions and 38 deletions
|
@ -3,13 +3,14 @@ define(function () {
|
|||
this.render = function (d) {
|
||||
var el = document.createElement("div")
|
||||
d.appendChild(el)
|
||||
var s = "<h2>Über meshviewer</h2>"
|
||||
var s = "<h2>Über HopGlass</h2>"
|
||||
|
||||
s += "<p>Mit Doppelklick und Shift+Doppelklick kann man in der Karte "
|
||||
s += "auch zoomen.</p>"
|
||||
|
||||
s += "<h3>AGPL 3</h3>"
|
||||
|
||||
s += "<p>Copyright (C) Milan Pässler</p>"
|
||||
s += "<p>Copyright (C) Nils Schneider</p>"
|
||||
|
||||
s += "<p>This program is free software: you can redistribute it and/or "
|
||||
|
@ -27,9 +28,9 @@ define(function () {
|
|||
s += "<a href=\"https://www.gnu.org/licenses/\">"
|
||||
s += "https://www.gnu.org/licenses/</a>.</p>"
|
||||
|
||||
s += "<p>You may find the source code at "
|
||||
s += "<a href=\"https://github.com/ffnord/meshviewer\">"
|
||||
s += "https://github.com/ffnord/meshviewer</a>."
|
||||
s += "<p>The source code is available at "
|
||||
s += "<a href=\"https://github.com/plumpudding/hopglass\">"
|
||||
s += "https://github.com/plumpudding/hopglass</a>."
|
||||
|
||||
el.innerHTML = s
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue