#This is ZenPen#
hello
[](https://travis-ci.org/GianlucaGuarini/Tocca.js)| <!DOCTYPE html> | |
| <html class="no-js"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
| <script src="http://www.google.com/jsapi?key=AIzaSyA5m1Nc8ws2BbmPRwKu5gFradvD_hgq6G0" type="text/javascript"></script> | |
| <script src="https://gist.github.com/rickdog/7245244/raw/0ffbc45f3ef248a714ea06543f53c75ad4fd7836/zoom.js" type="text/javascript"></script> | |
| </head> | |
| <body> |
| /*! | |
| * zoom.js 0.2 | |
| * http://lab.hakim.se/zoom-js | |
| * MIT licensed | |
| * | |
| * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se | |
| */ | |
| var zoom = (function(){ | |
| // The current zoom level (scale) |
#This is ZenPen#
hello
[](https://travis-ci.org/GianlucaGuarini/Tocca.js)| /** | |
| * filepicker.io | |
| */ | |
| background: #f06; | |
| background: linear-gradient(75deg, blue,green, yellow, orange, red,black,white); | |
| min-height: 100%; |
| alert("OK"); |
| ( | |
| function() | |
| { | |
| var start = function() { doDialog(); }; | |
| if (typeof filepicker=='undefined') | |
| { | |
| var s = document.createElement('script'); | |
| s.src = 'http://api.filepicker.io/v1/filepicker.js'; | |
| if (s.addEventListener) | |
| { |
| // http://closure-compiler.appspot.com/code/jsc37c3d858e3f4d97c1a1733dd0a5fe14e/default.js | |
| <script> | |
| ( | |
| function() | |
| { | |
| var start = function() { doDialog(); }; | |
| if (typeof filepicker=='undefined') | |
| { | |
| var s = document.createElement('script'); |
| <?php | |
| if ($_SERVER["REQUEST_URI"]) { | |
| if (is_array($tmp = explode("?" , $_SERVER["REQUEST_URI"]))) { | |
| $tmp = explode("&" , $tmp["1"]); | |
| foreach ($tmp as $key => $val) { | |
| $_tmp = explode("=" , $val); | |
| if ($_tmp[0]) { | |
| $_GET[$_tmp[0]] = urldecode($_tmp[1]); |
| /** | |
| * hey | |
| */ | |
| div { | |
| background: #f06; | |
| background: linear-gradient(90deg, #f06, yellow); | |
| min-height: 50%; | |
| } |
| /** | |
| * hey | |
| */ | |
| div { | |
| background: #f06; | |
| background: linear-gradient(90deg, #f06, yellow); | |
| min-height: 50%; | |
| } |