-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (34 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>kamakurandom</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<svg id="logo" viewBox="0 0 224 183" xmlns="http://www.w3.org/2000/svg">
<g>
<title>kamakura</title>
<rect fill="#fedc45" x="10" y="10" width="10" height="10" class="ka" />
<rect fill="#000000" x="20" y="10" width="10" height="10" class="ma" />
<rect fill="#000000" x="30" y="10" width="10" height="10" class="ma" />
<rect fill="#000000" x="10" y="20" width="10" height="10" class="ma" />
<rect fill="#f6f6f6" x="20" y="20" width="10" height="10" class="overflow" />
<rect fill="#282828" x="30" y="20" width="10" height="10" class="ku" />
<rect fill="#FFFFFF" x="10" y="30" width="10" height="10" class="_" />
<rect fill="#FFFFFF" x="20" y="30" width="10" height="10" class="_" />
<rect fill="#e4e4e4" x="30" y="30" width="10" height="10" class="ra" />
<rect fill="#FFFFFF" x="10" y="40" width="10" height="10" class="_" />
<rect fill="#000000" x="20" y="40" width="10" height="10" class="ma" />
<rect fill="#FFFFFF" x="30" y="40" width="10" height="10" class="_" />
<rect fill="#000000" x="10" y="50" width="10" height="10" class="ma" />
<rect fill="#FFFFFF" x="20" y="50" width="10" height="10" class="_" />
<rect fill="#FFFFFF" x="30" y="50" width="10" height="10" class="_" />
<rect fill="#FFFFFF" x="10" y="60" width="10" height="10" class="_" />
<rect fill="#fedc45" x="20" y="60" width="10" height="10" class="ka" />
<rect fill="#FFFFFF" x="30" y="60" width="10" height="10" class="_" />
</g>
</svg>
<script src="./script.js"></script>
</body>
</html>