-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.03 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KIKK 24' Brand Asset Generator</title>
</head>
<body>
<ul>
<li>
<a href="/sketches/ash-01/build">Ash #01</a>
</li>
<li>
<a href="/sketches/ash-03/build">Ash #03</a>
</li>
<li>
<a href="/sketches/ash-04/build">Ash #04</a>
</li>
<li>
<a href="/sketches/zala-feedback-displacement-01/build">Zala 01: Feedback Displacement</a>
</li>
<li>
<a href="/sketches/zala-feedback-displacement-02/build">Zala 02: Feedback Displacement</a>
</li>
<li>
<a href="/sketches/ellie-01/build">Ellie 01</a>
</li>
<li>
<a href="/sketches/zala-paint-01/build">Zala 03: Paint</a>
</li>
<li>
<a href="/sketches/ellie-02/build">Ellie 02</a>
</li>
<li>
<a href="/sketches/ellie-03/build">Ellie 03</a>
</li>
<li>
<a href="/sketches/zala-distort-01/build">Zala 04: Distort</a>
</li>
<li>
<a href="/sketches/ellie-04/build">Ellie 04</a>
</li>
</ul>
</body>
</html>