Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Stuff #22

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
f5b7ad5
Create index.php
LeontKing2 Sep 21, 2021
88cef42
Update Index.php Headers
LeontKing2 Sep 21, 2021
2a36aea
Update README.md
LeontKing2 Sep 21, 2021
6a78b29
Update README.md
LeontKing2 Sep 21, 2021
f2db465
Update README.md
LeontKing2 Sep 21, 2021
84efb2b
Update README.md
LeontKing2 Sep 21, 2021
5733478
Update README.md
LeontKing2 Sep 22, 2021
0cf34cb
Update README.md
LeontKing2 Sep 22, 2021
5d87106
Update README.md
LeontKing2 Sep 22, 2021
9eb8aec
Update README.md
LeontKing2 Sep 22, 2021
54e3b7a
Update README.md
LeontKing2 Sep 22, 2021
c33847b
Update README.md
LeontKing2 Sep 28, 2021
75a19fd
Create php.yml
LeontKing2 Sep 28, 2021
e489bed
Update php.yml
LeontKing2 Sep 28, 2021
8555baf
Update php.yml
LeontKing2 Sep 28, 2021
e6ad145
Delete php.yml
LeontKing2 Sep 28, 2021
ff99a0e
Docker Image Development #1
LeontKing2 Sep 28, 2021
ecdcbed
Create Dockerfile
LeontKing2 Sep 28, 2021
24f7db4
Update Dockerfile
LeontKing2 Sep 28, 2021
8717270
Update Dockerfile
LeontKing2 Sep 28, 2021
c9731f4
Update Dockerfile
LeontKing2 Sep 28, 2021
b3c974a
Update Dockerfile
LeontKing2 Sep 28, 2021
4f180bf
Update Dockerfile
LeontKing2 Sep 28, 2021
42b690d
Update Dockerfile
LeontKing2 Sep 28, 2021
d358dcc
Update Dockerfile
LeontKing2 Sep 28, 2021
eb2f79e
Update Dockerfile
LeontKing2 Sep 28, 2021
3f7bbdb
Update Dockerfile
LeontKing2 Sep 28, 2021
3f85e07
Update Dockerfile
LeontKing2 Sep 28, 2021
781e87d
Update Dockerfile
LeontKing2 Sep 28, 2021
22d688a
Update Dockerfile
LeontKing2 Sep 28, 2021
a44ddee
Update Dockerfile
LeontKing2 Sep 28, 2021
d0b2024
Update Dockerfile
LeontKing2 Oct 6, 2021
deec008
DockerFile Finally fixed maybe ??
LeontKing2 Oct 6, 2021
6388b16
Update index.php
LeontKing2 Oct 6, 2021
048c7c9
Update Dockerfile
LeontKing2 Oct 6, 2021
2257c3d
Update index.php
LeontKing2 Oct 6, 2021
c6dc148
Rename docker-image.yml to asd.yml
LeontKing2 Oct 6, 2021
a3b2c87
Create .gitignore
LeontKing2 Oct 6, 2021
4365a21
Update README.md
LeontKing2 Oct 6, 2021
09b99c1
epic
LeontKing2 Nov 3, 2021
2ddbcd2
Create style.php
jweaver0312 Nov 4, 2021
8666d03
Update index.php
jweaver0312 Nov 4, 2021
8b94f75
Merge pull request #4 from jweaver0312/patch-4
LeontKing2 Nov 4, 2021
dfac285
Thanks for the patch-4 Mate!!
LeontKing2 Nov 4, 2021
8176042
Update Some random thing for no reason
LeontKing2 Jan 21, 2022
c768897
Fix Some Stuff Still Have sum Alignment Errors Aaand The RickRoll gif…
LeontKing2 Jan 21, 2022
14532f0
Update Readme.md
LeontKing2 Jan 21, 2022
9ff6b1d
Update smth ig
LeontKing2 Jan 21, 2022
b256e19
Update smth again ig
LeontKing2 Jan 21, 2022
be7ebeb
OMG WHY
LeontKing2 Jan 21, 2022
2b62134
OMG WHY AGAIN DUDE
LeontKing2 Jan 21, 2022
323f92e
...why
LeontKing2 Jan 21, 2022
f3bade4
delete .github workflow stuff
LeontKing2 Jan 22, 2022
7f6d717
Simple typo fixing
LeontKing2 Jan 22, 2022
5c06225
Update README.md
LeontKing2 Jan 22, 2022
a32fdbf
Typo Fixing again
LeontKing2 May 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@ Rick Roll website that has hidden code.
🔗 [therickroll.com](https://therickroll.com)

✨ [Watch Video](https://www.youtube.com/watch?v=msdymgkhePo)


# Requirements
1. Python or PHP
2. Windows/Mac/Linux

# Instructions

1. Download the Repository By git or download the zip file from the clone button thing .
2. (If extracted the zip folder already) go to the folder of the code
3. then open a terminal in there
4. if you use python install flask by pip install flask if you use dont have php and want to use it then download php from [Here (Windows)](https://windows.php.net/download/) [Here (Linux)](https://www.php.net/downloads)
5. Or You can use [Xampp](https://www.apachefriends.org/index.html)
6. then after installing do python main.py (Python) or php -s 127.0.0.1:80 (PHP)
5 changes: 5 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

<?php
header("link: <style.css>; rel=stylesheet");
header("Refresh: 5; url=https://www.youtube.com/watch?v=dQw4w9WgXcQ");
?>