Last active
June 9, 2017 02:26
-
-
Save yuririn/a220e23e9fa3d994715fe6c978ad3e7b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
//- css | |
style. | |
a{ | |
color: #333; | |
background: #aaa; | |
} | |
//- js | |
script. | |
var flug = true; | |
if(flug) console.log(flug); | |
else console.log(flug); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment