-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsymbol2.html
46 lines (42 loc) · 1.12 KB
/
symbol2.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>A Remix of Symblue</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>SYMBOL</b><br>
<span style="font-size:20px;">
<a href="symbol1.html">V. /</a><br/>
<a href="symbol2.html">V. //</a><br/>
<a href="symbol3.html">V. ///</a><br/>
<a href="symbol4.html">V. ////</a><br/>
</span>
</div>
</td>
<td>
<div class="content">
A $la$h of Blue<br>
A $weep of Gray <br>
$ome $carlet patche$ on the way <br>
Compo$e an Evening $ky <br>
A little purple $lipped between <br>
$ome Ruby Trou$er$ hurried on <br>
A Wave of Gold <br>
A Bank of Day <br>
Thi$ just make$ out the Morning $ky <br>
</div>
</td>
</tr>
</table>
</body>
</html>