[php] df

Viewer

  1. <?php 
  2. echo '<!DOCTYPE html>
  3. <html>
  4.         <head>
  5.                 <meta charset="utf-8">
  6.                 <title>jutix</title>
  7.                 <link rel="stylesheet" type="text/css" href="style.css">   
  8.                 <link rel="icon" href="rosa.png"/>   
  9.                 </head>
  10.  
  11.   <!-- Full-width images with number and caption text -->
  12. <!--  <div class="mySlides fade">
  13.    <div class="numbertext">1 moment</div>
  14.   <img src="fun.png" style="width:auto">
  15.   </div> -->
  16.   
  17. <body>
  18.     <pre>
  19.  ______   __      _ _   _ _____ _____  __
  20. | __ ) \\ / /     | | | | |_   _|_ _\\ \\/ /
  21. |  _ \\\\ V /   _  | | | | | | |  | | \\  / 
  22. | |_) || |   | |_| | |_| | | |  | | /  \\ 
  23. |____/ |_|    \\___/ \\___/  |_| |___/_/\\_\\
  24.  
  25.       From your hands I take the cup of death and keep silent
  26.       And I will dry up to the last sip before your eyes.
  27.       You are like an executioner to the compassionate
  28.       I will taste your unbidden grace.
  29.  
  30.       Are you terrified? What for?
  31.       After all, I am in your captivity and before I died.
  32.       My benevolent friend, my destruction, sweet longing ...
  33.       I longed for this death. I was looking for her.
  34.  
  35.       Is it really my suffering
  36.       That the soul was turned into a coal
  37.       Will this hour end?
  38.       Your sword will pierce me
  39.       And I seriously threaten peace?
  40.     
  41.       Rather! How cruel this world is
  42.       That you can\'t even die in it on time.  
  43.  
  44.       
  45.       
  46.       
  47.       
  48.       ,%,                .. ,#########::#########:,
  49.       :#%%,           ,,:\',####%%%%%%##:`::%%%%####,
  50.      ,##%%%%,      ,##%% ,##%%%:::::\'\'%\' `::::%%####,
  51.      %###%%;;,   ,###%%:,##%%:::\'\'    \'  . .`:::%%###,
  52.     :####%%;;:: ,##%:\' ,#%::\'\'   .,,,..    . .`::%%%##,
  53.     %####%;;::,##%:\' ,##%\'\'  ,%%########%     . `:::%%##,
  54.     ######:::,##%:\',####:  ,##%%:\'\'     `%%,     .`::%%##,
  55.     :#####%:\'##%:\',#####\' ,###%\' ,%%%%,%%,\'%,     . ::%%###,,..
  56.      #####%:,#%:\'#######  %%:\'%  %\'  `%% %% %%,.     \'::%%#######,
  57.      `####%,#%:\',####### ::\' %   \' ,%%%%%%, ::%%.    . \'::%%######
  58.       `###\'##%: ######## ,.   %%  %%,   \':: `:%%%  :  . .:::%%###\'
  59.       ,,::,###  %%%%%### ::  % %% \'%%%,.::: .:%%%   #.  . ::%%%#\'
  60. ,,,:::%%##:;#   `%%%%%## :% ,%, %   \':%%:\'  #%%%\' ,.:##.  ::%#\'
  61. ::%%#####% %%:::  :::%%% `%%,\'%%     ..,,%####\' :%# `::##, \'\'
  62. ###%%::\'###%::: .   `:::, `::,,%%%######%%\'\',::%##\' ,:::%##
  63. \'\'\'\'   ,####%:::. .  `::%,     \'\':%%::\' .,::%%%#\'   :::%%%##,
  64.       :#%%\'##%:::.  . . "%::,,.. ..,,,,::%%%###\'  ,:%%%%####\'
  65.      ,###%%\'###%:::: . . `::::::::::%%%#####\'   ,::%####:\'
  66.      %###%%;\'###%::::.   .`::%%%%%%%#####:\'  ,,::%%##:\'
  67.      ####%;:;\'####%:::::.   `:%######::\'  ,,:::%%###
  68.      %####;:;\'######%%::::.           ,::::%%%####\'
  69.      `####%;:\'`#########%%:::....,,:::%%%#######\'
  70.         ;#####;;\'..;;:::#########::%%#########:"\'
  71.                        ~~~~``````\'\'\'\'~~~
  72.     </pre>    
  73.  
  74.         <!-- anti-pasting -->
  75.         <script>
  76.  
  77.         function preventSelection(element){
  78.         var preventSelection = false;
  79.         function addHandler(element, event, handler){
  80.         if (element.attachEvent) element.attachEvent(\'on\' + event, handler);
  81.         else if (element.addEventListener) element.addEventListener(event, handler, false);  }
  82.         function removeSelection(){
  83.         if (window.getSelection) { window.getSelection().removeAllRanges(); }
  84.         else if (document.selection && document.selection.clear)
  85.         document.selection.clear();
  86.         }
  87.  
  88.         document.oncontextmenu = cmenu; function cmenu() { return false; }
  89.  
  90.         function killCtrlA(event){
  91.         var event = event || window.event;
  92.         var sender = event.target || event.srcElement;
  93.         if (sender.tagName.match(/INPUT|TEXTAREA/i)) return;
  94.         var key = event.keyCode || event.which;
  95.         if ((event.ctrlKey && key == \'U\'.charCodeAt(0)) || (event.ctrlKey && key == \'A\'.charCodeAt(0)) || (event.ctrlKey && key == \'S\'.charCodeAt(0)))
  96.         { removeSelection();
  97.         if (event.preventDefault) event.preventDefault();
  98.         else event.returnValue = false;}}
  99.         addHandler(element, \'keydown\', killCtrlA);
  100.         addHandler(element, \'keyup\', killCtrlA);
  101.         }
  102.         preventSelection(document);
  103. </script>
  104.  
  105. <script type="text/javascript">
  106. document.onkeydown = function(e) {
  107. if(event.keyCode == 123) {
  108. return false;
  109. }
  110. if(e.ctrlKey && e.shiftKey && e.keyCode == \'C\'.charCodeAt(0)){
  111. return false;
  112. }
  113. }
  114. </script>
  115. </body>
  116. </html>';

Editor

You can edit this paste and save as new: