Skip to content

Instantly share code, notes, and snippets.

View joefazee's full-sized avatar

Joseph Abah joefazee

View GitHub Profile
@joefazee
joefazee / nginx.conf
Created March 4, 2019 22:41 — forked from ulyssesr/nginx.conf
Nginx RTMP Setup
worker_processes 1;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
@joefazee
joefazee / form.html
Created October 30, 2018 14:54 — forked from pxdsgnco/form.html
2Chainz
<form class="needs-validation">
<div class="form-group">
<input type="email" placeholder="Email address" class="form-control email-address-form my-3" autofocus required>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="__adult" checked>
<label for="__adult" class="custom-control-label">Yes, I am over 21 years old</label>
</div>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="__receiveNewsletter" checked>