summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolf <olf@subsignal.org>2017-01-25 18:34:58 +0100
committerolf <olf@subsignal.org>2017-01-25 18:34:58 +0100
commit0b787d42d6e979f41f0001984fea283950044fd1 (patch)
treeadacdf8772572a2fd38e447cec68082de57cc7c7
parentc57b2231f8eeee8942d125a99e3c98c249187891 (diff)
changed textlink to btn on splashpage
-rw-r--r--template/pages/index/content.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/pages/index/content.html b/template/pages/index/content.html
index 22c72d7..79a3f6c 100644
--- a/template/pages/index/content.html
+++ b/template/pages/index/content.html
@@ -32,6 +32,6 @@ euer sublab.
<div class="col-sm-6">
<img class="img-responsive" src="img/fire.png" alt="sublab on fire">
<br/>
- <h2><a href="/index2">Weiter zur Website</a></h2>
+ <h2><a href="/index2" class="btn btn-default">Weiter zur Website</a></h2>
</div>
</div>