This website requires JavaScript.
Explore
Help
Register
Sign In
haeaeae
/
KiTTY
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
KiTTY
/
docs
/
index.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
104 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
Add Website source code
2020-09-26 22:13:26 +02:00
<?
php
http_response_code
(
301
);
header
(
"Status: 301"
);
header
(
"Location: index.html#!index.md"
);
?>
Reference in New Issue
Copy Permalink