🔌 Simple magnet uri shortener!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
229 B

6 years ago
body {
padding: 50px;
font: 14px "Roboto", Helvetica, Arial, sans-serif;
}
code {
display: inline;
padding: 6px;
background: #FEE;
color: red;
}
pre {
background: #EEE;
padding: 40px;
6 years ago
}
a {
color: #00B7FF;
}