-
Notifications
You must be signed in to change notification settings - Fork 0
/
line1.html
64 lines (60 loc) · 1.63 KB
/
line1.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>A Remix of Lune</title>
</head>
<body>
<table>
<tr>
<td>
<div class="nav">
<a href="index.html">
<span style="color:#51a8dd;font-size:100px;font-family: 'Cabin Sketch', cursive;">
<b>/</b>
</span>
</a><br/>
<b>LINE</b><br>
<span style="font-size:20px;">
<a href="line1.html">V. /</a><br/>
<a href="line2.html">V. //</a><br/>
<a href="line3.html">V. ///</a><br/>
<a href="line4.html">V. ////</a><br/>
</span>
</div>
</td>
<td>
<div class="content">
<svg>
<defs>
<path id="s1" d="M 40 100 L 200 40 "/>
</defs>
<text font-size=25>
<textPath xlink:href="#s1">
A slash of Blue
</textPath>
</text>
</svg>
A sweep of Gray <br>
Some scarlet patches on the way <br>
Compose an Evening Sky <br>
A little purple slipped between <br>
Some Ruby Trousers hurried on <br>
<svg>
<defs>
<path id="s3" d="M 0 50 L 70 70 L 100 45 L 200 80"/>
</defs>
<text font-size=25>
<textPath xlink:href="#s3">
A Wa ve of Gold
</textPath>
</text>
</svg>
A Bank of Day <br>
This just makes out the Morning Sky <br>
</div>
</td>
</tr>
</table>
</body>
</html>