up
Browse files
app.R
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# rtemisseq
|
2 |
# ::rtemislive::
|
3 |
-
# 2024 EDG rtemis.org
|
4 |
|
5 |
# shiny::runApp("./")
|
6 |
# Setup
|
@@ -98,7 +98,7 @@ rtemisseq <- function(
|
|
98 |
selected = "Welcome",
|
99 |
footer = span(
|
100 |
svl,
|
101 |
-
" ©
|
102 |
style = "display: block; text-align: center; margin-top: 1em; margin-bottom: 1em;"
|
103 |
),
|
104 |
# Theme ----
|
|
|
1 |
# rtemisseq
|
2 |
# ::rtemislive::
|
3 |
+
# 2024- EDG rtemis.org
|
4 |
|
5 |
# shiny::runApp("./")
|
6 |
# Setup
|
|
|
98 |
selected = "Welcome",
|
99 |
footer = span(
|
100 |
svl,
|
101 |
+
" © 2025 EDG",
|
102 |
style = "display: block; text-align: center; margin-top: 1em; margin-bottom: 1em;"
|
103 |
),
|
104 |
# Theme ----
|