31 lines
794 B
HTML
31 lines
794 B
HTML
<!doctype html>
|
||
<html>
|
||
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||
<script src="../static/js/draggable.js"></script>
|
||
<style>@import url('https://fonts.googleapis.com/css2?family=Dosis&display=swap');</style>
|
||
<head>
|
||
<link rel="stylesheet" href="../static/css/style.css?q=1280549780">
|
||
<title>Solid</title>
|
||
</head>
|
||
<body id="background_c">
|
||
<div class="draggable">
|
||
<img id="poem1" src="../static/images/AşıkVeysel_Scan.png" alt="poem">
|
||
</div>
|
||
<div class="draggable">
|
||
|
||
<img id="poem2" src="../static/images/ShallPass_scan.png" alt="poem">
|
||
</div>
|
||
<div class="nicelist">
|
||
<ul>
|
||
<li>Strophe 1</li>
|
||
<li>Strophe 2</li>
|
||
<li>Strophe 3</li>
|
||
<li>Strophe 4</li>
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
</body>
|
||
</html>
|