-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 857 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div class="circle">
<svg viewBox="0 0 92.2 72.2" class="logo">
<g id="svg" stroke-linecap="round" fill-rule="evenodd">
<path
d="M 82.1 24.3 L 82.1 53.1 L 92.2 53.1 L 92.2 72.2 L 0 72.2 L 0 53.1 L 15.9 53.1 L 17.4 42.4 L 6.5 42.4 L 6.5 24.3 L 20.1 24.3 L 21 17.9 L 1.2 17.9 L 1.2 0 L 90.4 0 L 90.4 17.9 L 45.8 17.9 L 44.9 24.3 L 82.1 24.3 Z M 57.1 53.1 L 57.1 42.4 L 42.2 42.4 L 40.7 53.1 L 57.1 53.1 Z"
vector-effect="non-scaling-stroke"
/>
</g>
</svg>
</div>
</body>
</html>