Created
September 11, 2014 08:12
-
-
Save trefmanic/e086cdc2bc3e97f59163 to your computer and use it in GitHub Desktop.
jekyll/zmin test page // source http://jsbin.com/vomociyiloho/3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ru"> | |
<head> | |
<meta name="description" content="jekyll/zmin test page" /> | |
<meta charset="utf-8"> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | |
<script> | |
$(document).ready(function(){ | |
$("p").click(function(){ | |
$(this).hide(); | |
}); | |
}); | |
</script> | |
<link href='http://fonts.googleapis.com/css?family=Cuprum:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=Anonymous+Pro:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'> | |
<style> | |
html { | |
background-color: #2e3436 ; /* */ | |
color: #d3d7cf ; | |
font-family:Cuprum; | |
font-size:133%; | |
} | |
.highlightDefault { | |
color: #ffd7af; | |
} | |
a { | |
color: #fce94f; /* Paris Daisy */ | |
} | |
a:hover { | |
color: #06989a; /* Java */ | |
} | |
a:visited { | |
color: #c4a000; /* Earls green */ | |
} | |
code { | |
font-family:Anonymous Pro; | |
} | |
</style> | |
</head> | |
<body> | |
<p>If you click on me, I will disappear.</p> | |
<p>Click me away!</p> | |
<p>Click me too!</p> | |
<h1 class="highlightDefault">TEST</h1> | |
<a href="http://duckduckgo.com">SELF</a> | |
<p>Параграф простого текста для проверки</p> | |
<p>Quick brown fox jumps over the lazy dog</p> | |
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html> | |
<html lang="ru"> | |
<head> | |
<meta name="description" content="jekyll/zmin test page" /> | |
<meta charset="utf-8"> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"><\/script> | |
<script> | |
$(document).ready(function(){ | |
$("p").click(function(){ | |
$(this).hide(); | |
}); | |
}); | |
<\/script> | |
<link href='http://fonts.googleapis.com/css?family=Cuprum:400,700,400italic&subset=latin,cyrillic' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=Anonymous+Pro:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'> | |
<style> | |
html { | |
background-color: #2e3436 ; /* */ | |
color: #d3d7cf ; | |
font-family:Cuprum; | |
font-size:133%; | |
} | |
.highlightDefault { | |
color: #ffd7af; | |
} | |
a { | |
color: #fce94f; /* Paris Daisy */ | |
} | |
a:hover { | |
color: #06989a; /* Java */ | |
} | |
a:visited { | |
color: #c4a000; /* Earls green */ | |
} | |
code { | |
font-family:Anonymous Pro; | |
} | |
</style> | |
</head> | |
<body> | |
<p>If you click on me, I will disappear.</p> | |
<p>Click me away!</p> | |
<p>Click me too!</p> | |
<h1 class="highlightDefault">TEST</h1> | |
<a href="http://duckduckgo.com">SELF</a> | |
<p>Параграф простого текста для проверки</p> | |
<p>Quick brown fox jumps over the lazy dog</p> | |
</body> | |
</html> | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment