mirror of
https://github.com/uhIgnacio/igna.rocks.git
synced 2024-08-15 02:23:12 +00:00
yes
This commit is contained in:
parent
d083a5eef7
commit
6e8a85f959
4 changed files with 144 additions and 132 deletions
BIN
a.mp4
Normal file
BIN
a.mp4
Normal file
Binary file not shown.
BIN
a.mp4.part
BIN
a.mp4.part
Binary file not shown.
|
@ -1,7 +1,6 @@
|
|||
|
||||
<html>
|
||||
<head>
|
||||
<title>trolling.fun</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="igna#1337" />
|
||||
|
@ -9,12 +8,12 @@
|
|||
<meta property="og:image" content="full thumbnail path" />
|
||||
<meta name="theme-color" content="#7900c9">
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png" />
|
||||
<title>trolling</title>
|
||||
<title>tixte.gifts - home</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" type="ac07b7f0ca4afd503f432a03-text/javascript"></script>
|
||||
<script async src='/cdn-cgi/bm/cv/669835187/api.js'></script></head>
|
||||
<script>
|
||||
console.clear()
|
||||
console.clear();
|
||||
</script>
|
||||
<body>
|
||||
<div id="clickToPlay">
|
||||
|
@ -43,7 +42,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<video autoplay loop id="vid">
|
||||
<source src="bck.mp4" type="video/mp4">
|
||||
<source src="a.mp4" type="video/mp4">
|
||||
</video>
|
||||
<script src="script.js" type="ac07b7f0ca4afd503f432a03-text/javascript"></script>
|
||||
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-loader.min.js" data-cf-settings="ac07b7f0ca4afd503f432a03-|49" defer=""></script><script type="text/javascript">(function(){window['__CF$cv$params']={r:'606d17ca6c921515',m:'9332caebce351495cb57b107dc76d6c23dafab76-1608841960-1800-Ae6pl7nsqPKOOMVdAXjJIJZzSKk+o1t82sy17XYN+o9yqPgB6A9p9YPNCPhyiGsxry8id/ioNHWpLk1baTcBm9CHDIS+T2BdT16pdhP665Ejvw7v8k4tHdxAj5JysU4X8Q==',s:[0xac9900addc,0xa329a9c8e4],}})();</script></body>
|
||||
|
|
27
style.css
27
style.css
|
@ -39,15 +39,16 @@ a {
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
|
||||
#borderTop, #borderBottom {
|
||||
#borderTop,
|
||||
#borderBottom {
|
||||
position: absolute;
|
||||
width: 0%;
|
||||
height: 4px;
|
||||
background-color: purple;
|
||||
}
|
||||
|
||||
#borderRight, #borderLeft {
|
||||
#borderRight,
|
||||
#borderLeft {
|
||||
position: absolute;
|
||||
width: 3px;
|
||||
height: 0%;
|
||||
|
@ -87,7 +88,13 @@ pre {
|
|||
font-size: 16px;
|
||||
user-select: none;
|
||||
color: purple;
|
||||
background: repeating-linear-gradient(120deg, orange 0%, yellow 12.5%, red 37.5%, orange 60%);
|
||||
background: repeating-linear-gradient(
|
||||
120deg,
|
||||
orange 0%,
|
||||
yellow 12.5%,
|
||||
red 37.5%,
|
||||
orange 60%
|
||||
);
|
||||
background-size: 60vw 60vw;
|
||||
-webkit-text-fill-color: transparent;
|
||||
-webkit-background-clip: text;
|
||||
|
@ -110,7 +117,13 @@ pre {
|
|||
top: 20px;
|
||||
width: 400px;
|
||||
height: 38px;
|
||||
background: repeating-linear-gradient(120deg, pink 0%, purple 12.5%, white 37.5%, pink 60%);
|
||||
background: repeating-linear-gradient(
|
||||
120deg,
|
||||
pink 0%,
|
||||
purple 12.5%,
|
||||
white 37.5%,
|
||||
pink 60%
|
||||
);
|
||||
background-size: 60vw 60vw;
|
||||
animation: slide 10s linear infinite forwards;
|
||||
transition: 1s;
|
||||
|
@ -124,7 +137,6 @@ pre {
|
|||
background-color: purple;
|
||||
z-index: 1;
|
||||
transition: 2s;
|
||||
|
||||
}
|
||||
|
||||
#widgetMain {
|
||||
|
@ -177,7 +189,8 @@ pre {
|
|||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#groups a, #groups span {
|
||||
#groups a,
|
||||
#groups span {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue