16 lines
448 B
HTML
16 lines
448 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Liederwahl</title>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
|
<script src="/static/landing_script.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<p><a href="" class="vote-from-existing">Abstimmen</a></p>
|
|
<!--<p>Fange eine neue Abstimmung an<a href="">Abstimmen</a></p>-->
|
|
</div>
|
|
</body>
|
|
</html>
|