Material design style form elements
I hereby claim:
- I am maxdeepcoder on github.
- I am stefcodes (https://keybase.io/stefcodes) on keybase.
- I have a public key whose fingerprint is 47AD BBCA DF16 DDBB AEA2 227C 85F4 5893 8552 EAB4
To claim this, I am signing this object:
This file contains 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
<!doctype html> | |
<title>Site Maintenance</title> | |
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet"> | |
<style> | |
html, body { padding: 0; margin: 0; width: 100%; height: 100%; } | |
* {box-sizing: border-box;} | |
body { text-align: center; padding: 0; background: #d6433b; color: #fff; font-family: Open Sans; } | |
h1 { font-size: 50px; font-weight: 100; text-align: center;} | |
body { font-family: Open Sans; font-weight: 100; font-size: 20px; color: #fff; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;} | |
article { display: block; width: 700px; padding: 50px; margin: 0 auto; } |
This file contains 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
@echo off | |
set "soundURL=https://www.myinstants.com/media/sounds/som-do-zap-zap-estourado.mp3" | |
set "volume=100" | |
powershell -Command "(New-Object Media.SoundPlayer '%soundURL%').PlaySync();" |
This file contains 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
blueprint: | |
name: ZHA - Moes Tuya Smart Knob (TS004F) controller for media_player | |
description: Steuern Sie die Lautstärke des Media Players und setzen Sie Play/Pause darauf | |
domain: automation | |
input: | |
remote: | |
name: Remote | |
description: Moes Tuya Smart Knob-Gerät zur Verwendung | |
selector: | |
device: |
This file contains 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
#EXTM3U | |
#EXTINF:-1 group-title="National",Antena 1 | |
https://video.moinestifm.ro/hls/antena1.m3u8 | |
#EXTINF:-1 group-title="National",Antena Stars | |
https://video.moinestifm.ro/hls/antenastars.m3u8 | |
#EXTINF:-1 group-title="National",Acasă TV | |
https://video.moinestifm.ro/hls/acasatv.m3u8 | |
#EXTINF:-1 group-title="National",Acasă Gold | |
https://video.moinestifm.ro/hls/acasagold.m3u8 |
403 Forbidden Page with SVG illustration, CSS animation and a bit of JS.
A Pen by Mariana Beldi on CodePen.
This file contains 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
#EXTM3U | |
#EXTINF:-1,Teennick | |
#EXTVLCOPT:http-referrer=https://rds.live/ | |
https://p9.magicplaces.eu/teennicksd/video.m3u8 | |
#EXTINF:-1,Nickelodeon | |
#EXTVLCOPT:http-referrer=https://rds.live/ | |
https://p9.magicplaces.eu/nickelodeonsd/video.m3u8 | |
#EXTINF:-1,Minimax | |
#EXTVLCOPT:http-referrer=https://rds.live/ |