Initial commit of Twilio Server Starter for Python

This commit is contained in:
Jeffrey Linwood
2016-11-14 10:41:18 -06:00
parent 5430cce36c
commit 49b3c6d012
20 changed files with 1259 additions and 2 deletions

40
static/notify/notify.css Normal file
View File

@@ -0,0 +1,40 @@
* {
box-sizing:border-box;
}
html, body {
padding:0;
margin:0;
height:100%;
width:100%;
color:#dedede;
background-color: #849091;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
header {
width:100%;
position:absolute;
text-align:center;
bottom:20px;
}
header a, header a:visited {
font-size:18px;
color:#dedede;
text-decoration:none;
}
header a:hover {
text-decoration:underline;
}
section {
background-color:#2B2B2A;
text-align:center;
padding:16px;
}
#message {
padding:6px;
}