Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
po1son
/
Frames
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
bf825c4c06
Branches
Tags
master
Frames
/
template
/
css
/
style.php
style.php
81 B
History
Raw
1
2
3
4
<?php
header('Content-type: text/css');
echo htmlspecialchars($_GET["style"]);
?>