frontend, etc.
This commit is contained in:
15
templates/landing.html
Normal file
15
templates/landing.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!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="{{ url_for('static', path='/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>
|
||||
Reference in New Issue
Block a user