-
Notifications
You must be signed in to change notification settings - Fork 0
/
gif-lan.html
129 lines (77 loc) · 3.08 KB
/
gif-lan.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<title>Perfect Loop</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="../js/jquery-1.js"></script>
<script src="../js/bootstrap.js"></script>
<style type="text/css">
a { text-decoration:none;
}
</style>
</head>
<body bgcolor="black">
<div align="center">
<button type="button" href="../categories.html" class="btn btn-info">Index<font color="green" size="2" face="Courier New,Courier,Monaco"></font></button>
<br>
<br>
<img src="../images/titles/6.perfect-loop.jpg" width="auto" height="auto" alt="sequence selection">
</div>
<div align="center">
<font color="white" size="2" face="Courier New,Courier,Monaco">6/16</font>
<br>
<font color="lightblue" size="7" face="Courier New,Courier,Monaco"><a href="5storyimmanent.html">< </a></font>
<font color="lightblue" size="7" face="Courier New,Courier,Monaco"><a href="7perfectanimated.html"> ></a></font><br>
<br>
<img src="../images/gifs/plakat-gifs/6plakat.gif" width="230" height="auto" alt="sequence selection">
<br>
<font color="white" size="2" face="Courier New,Courier,Monaco">Perfect loops create never ending stories through film editing</font>
<br>
<br>
<img src="../images/plakat_web_rev/6-perfect-loop.jpg" width="230" height="auto" alt="sequence selection">
<br>
<br>
<br>
</div>
<div align="center">
<p><font color="white" size="2" face="Courier New,Courier,Monaco">//////////////////////////<br>
GIF MORPHOLOGIES OF A *PERFECT LOOP* COPYLEFT TALE</font></p>
<br>
<br>
<p><img src="../images/gifs/6a.gif" width="230" height="auto" alt="sequence selection"></p>
<br>
<br>
<p><img src="../images/gifs/6b.gif" width="230" height="auto" alt="sequence selection"></p>
<br>
<br>
<p><img src="../images/gifs/6c.gif" width="230" height="auto" alt="sequence selection"></p>
<br>
<br>
<p><img src="../images/gifs/6d.gif" width="230" height="auto" alt="sequence selection"></p>
<br>
<br>
<p><img src="../images/gifs/6e.gif" width="230" height="auto" alt="sequence selection"></p>
<br>
<br>
<p><img src="../images/gifs/6f.gif" width="230" height="auto" alt="sequence selection"></p>
<br>
<br>
<p><img src="../images/gifs/6g.gif" width="230" height="auto" alt="sequence selection"></p>
<br>
<br>
<br>
<font color="lightblue" size="7" face="Courier New,Courier,Monaco"><a href="5storyimmanent.html">< </a></font>
<font color="lightblue" size="7" face="Courier New,Courier,Monaco"><a href="7perfectanimated.html"> ></a></font><br>
<br>
</div>
</body>
<script type="text/javascript">
$(".btn").on("click", function(event){
event.preventDefault();
window.location = $(this).attr("href");
});
</script>
</html>