Skip to content

Instantly share code, notes, and snippets.

View Tundra131's full-sized avatar
💭
I may be slow to respond.

Tundra Tundra131

💭
I may be slow to respond.
View GitHub Profile
@ThePhxRises
ThePhxRises / discordwebhook.html
Last active February 17, 2020 06:07
Sends messages using Discord webhooks. Now supports multiline messages and has a proper submit button.
<html><head>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css" rel="stylesheet">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>General Use Sender</title>
<style>
textarea{
resize: none;
}
.btn-full-width {