mirror of
https://github.com/SrIzan10/rickroll.git
synced 2026-06-05 16:56:56 +00:00
feat: more cnages
This commit is contained in:
32
index.html
32
index.html
@@ -1,11 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="refresh" content="0; URL=rick.mp4">
|
||||
<meta name="description" content="Enlace de invitación para Vinci">
|
||||
<title>Invita a Vinci!</title>
|
||||
</head>
|
||||
<body>
|
||||
<p style="color: white;">
|
||||
We're no strangers to love<br>
|
||||
You know the rules and so do I<br>
|
||||
A full commitment's what I'm thinking of<br>
|
||||
You wouldn't get this from any other guy<br>
|
||||
I just wanna tell you how I'm feeling<br>
|
||||
Gotta make you understand<br>
|
||||
Never gonna give you up<br>
|
||||
Never gonna let you down<br>
|
||||
Never gonna run around and desert you<br>
|
||||
Never gonna make you cry<br>
|
||||
Never gonna say goodbye<br>
|
||||
Never gonna tell a lie and hurt you<br>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="refresh" content="0; URL=rick.mp4">
|
||||
<meta name="description" content="A TLauncher alternative">
|
||||
<title>TL Legacy</title>
|
||||
</head>
|
||||
<body>
|
||||
<p style="color: white;">
|
||||
We're no strangers to love<br>
|
||||
You know the rules and so do I<br>
|
||||
A full commitment's what I'm thinking of<br>
|
||||
You wouldn't get this from any other guy<br>
|
||||
I just wanna tell you how I'm feeling<br>
|
||||
Gotta make you understand<br>
|
||||
Never gonna give you up<br>
|
||||
Never gonna let you down<br>
|
||||
Never gonna run around and desert you<br>
|
||||
Never gonna make you cry<br>
|
||||
Never gonna say goodbye<br>
|
||||
Never gonna tell a lie and hurt you<br>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
11
oldoldindex.html
Normal file
11
oldoldindex.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user