vvvw/templates/perspectiveC.html

31 lines
809 B
HTML
Raw Normal View History

2020-09-09 17:19:32 +02:00
<!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>
2020-09-15 14:43:52 +02:00
<style>@import url('https://fonts.googleapis.com/css2?family=Dosis&display=swap');</style>
2020-09-09 17:19:32 +02:00
<head>
<link rel="stylesheet" href="../static/css/style.css?q=1280549780">
2020-09-15 15:06:50 +02:00
<title>Solid</title>
2020-09-09 17:19:32 +02:00
</head>
<body id="background_c">
<div class="draggable">
2020-09-15 15:06:50 +02:00
<img id="poem1" src="../static/images/AşıkVeysel_Scan.png" alt="poem">
2020-09-09 17:19:32 +02:00
</div>
2020-09-09 18:47:21 +02:00
<div class="draggable">
<img id="poem2" src="../static/images/ShallPass_scan.png" alt="poem">
</div>
2020-09-25 13:44:49 +02:00
<div>Play</div>
2020-09-09 18:47:21 +02:00
<div class="nicelist">
<ul>
2020-09-15 14:43:52 +02:00
<li>Strophe 1</li>
<li>Strophe 2</li>
<li>Strophe 3</li>
<li>Strophe 4</li>
2020-09-09 18:47:21 +02:00
</ul>
2020-09-09 17:19:32 +02:00
</div>
2020-09-09 18:47:21 +02:00
2020-09-09 17:19:32 +02:00
</body>
</html>