forge
login
or
join now
codero.be
/
static
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
this repo has a description
mara.tngl.io
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
1
pulls
1
pipelines
init
Mara Broda
3 days ago
f2763b54
+57
1 changed file
expand all
collapse all
unified
split
index.html
+57
index.html
reviewed
···
1
1
+
<style>
2
2
+
@keyframes rainbowGradient {
3
3
+
0% {
4
4
+
background-position: 0% 0%;
5
5
+
}
6
6
+
100% {
7
7
+
background-position: 200% 0%;
8
8
+
}
9
9
+
}
10
10
+
.rainbow-text {
11
11
+
background: linear-gradient(
12
12
+
to right,
13
13
+
red,
14
14
+
orange,
15
15
+
yellow,
16
16
+
green,
17
17
+
blue,
18
18
+
indigo,
19
19
+
violet,
20
20
+
red,
21
21
+
orange,
22
22
+
yellow,
23
23
+
green,
24
24
+
blue,
25
25
+
indigo,
26
26
+
violet,
27
27
+
red
28
28
+
);
29
29
+
background-size: 200% auto;
30
30
+
background-repeat: repeat;
31
31
+
background-clip: text;
32
32
+
-webkit-background-clip: text; /* For Safari compatibility */
33
33
+
color: transparent;
34
34
+
animation: rainbowGradient 10s linear infinite;
35
35
+
}
36
36
+
</style>
37
37
+
<body style='background-color: #131516;'>
38
38
+
<pre style='font-size: 1.75vw; display: flex; justify-content: center; align-items: center; height: 100vh;'>
39
39
+
<span style=';opacity:0.75' class=rainbow-text>
40
40
+
__
41
41
+
'. \ <span style='color:lightgray;'>$ <span style='opacity:0.3'>/usr/bin/</span>repo<span style='opacity:0.3'>-</span>elephant</span>
42
42
+
'- \
43
43
+
/ /_ .---. <span style='color:lightgray;'>toooot!</span>
44
44
+
/ | \\,.\/--.// )
45
45
+
| \// )/ /
46
46
+
\ ' ^ ^ / )____.----.. 6
47
47
+
'.____. .___/ \._)
48
48
+
.\/. )
49
49
+
'\ /
50
50
+
_/ \/ ). ) (
51
51
+
/# .! | /\ /
52
52
+
\ C// # /'-----''/ # /
53
53
+
. 'C/ | | | | |mrf ,
54
54
+
\), .. .'OOO-'. ..'OOO'OOO-'. ..\(,
55
55
+
56
56
+
<span style='color:lightgray;'>coderobe enterprises</span>
57
57
+
</pre>