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
var request = require('request') | |
var postData = {"channel": "#bot-test", "username": "webhookbot", "text": "This is posted to #bot-test and comes from a bot named webhookbot.", "icon_emoji": ":ghost:"}; | |
var url = ""; | |
var options = { | |
method: 'post', | |
body: postData, // Javascript object | |
json: true, // Use,If you are sending JSON data | |
url: url, |
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
<picture> <source media="(min-width: 1000px)" srcset="picture_large.jpg"> <source media="(min-width: 500px)" srcset="picture_small.jpg"> <img src="picture_default.jpg"></picture> |
NewerOlder