-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmegs.html
More file actions
29 lines (21 loc) · 790 Bytes
/
megs.html
File metadata and controls
29 lines (21 loc) · 790 Bytes
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
<div id="container">
<a href="https://en.wikipedia.org/wiki/Red">
RED
</a>
<a href="https://en.wikipedia.org/wiki/Blue">
BLUE
</a>
<a href="https://en.wikipedia.org/wiki/Yellow">
Yellow
</a>
<a href="https://en.wikipedia.org/wiki/Green">
GREEN
</a>
<a href="https://en.wikipedia.org/wiki/Orange_(colour)">
ORANGE
</a>
<a href="https://en.wikipedia.org/wiki/Violet_(color)">
VIOLET
</a>
</div>
<div id="linkBack" style="position:absolute;right:0px;top:0px;background-color:#333;margin:0;width:60px;padding:5px"><a href="https://rilling.dev/projects/" target="_blank" style="font-size:14px;text-decoration:none;color:#fff;padding:0 0 0 5px;font-family:sans-serif">My Site</a></div>