Compare commits
1 commit
7847395d5e
...
1a855c1296
Author | SHA1 | Date | |
---|---|---|---|
1a855c1296 |
12
index.html
12
index.html
|
@ -12,6 +12,8 @@
|
|||
body {
|
||||
font-family: Montserrat, sans-serif;
|
||||
font-size: 20pt;
|
||||
max-width: 400px;
|
||||
margin: auto;
|
||||
}
|
||||
body > div {
|
||||
width: 400px;
|
||||
|
@ -43,12 +45,12 @@
|
|||
<img src="Logo.svg">
|
||||
</div>
|
||||
<nav>
|
||||
<a href="https://tix.kif.rocks/470/">Anmeldung</a>
|
||||
<a href="anmeldung">Anmeldung</a>
|
||||
<!-- <a href="#">Teilnehmerliste</a> -->
|
||||
<a href="https://wiki.kif.rocks/wiki/KIF470:Hauptseite">Wiki</a>
|
||||
<a href="https://wiki.kif.rocks/wiki/KIF470:Kulturtag">Kulturtag</a>
|
||||
<a href="https://wiki.kif.rocks/wiki/KIF470:Call_for_Decoration">Call for Decoration</a>
|
||||
<a href="https://twitter.com/kif470">Twitter</a>
|
||||
<a href="wiki">Wiki</a>
|
||||
<a href="kulturtag">Kulturtag</a>
|
||||
<a href="cfd">Call for Decoration</a>
|
||||
<a href="twitter">Twitter</a>
|
||||
</nav>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue