Skip to content

Instantly share code, notes, and snippets.

View ali-han's full-sized avatar
🌴
On vacation

Ali Han ali-han

🌴
On vacation
View GitHub Profile
[
{
"videoId": "gQDByCdjUXw",
"title": "Video 1 Title",
"thumbnailUrl": "https://example.com/thumbnail1.jpg"
},
{
"videoId": "iLnmTe5Q2Qw",
"title": "Video 2 Title",
"thumbnailUrl": "https://example.com/thumbnail2.jpg"
/*********
* This Gist was created at CSharpPad.com
* To run this file, open http://csharppad.com/gist/76a68d8c2927ad66154416889e898935
**********/
DateTime Bugun_Tarih = DateTime.Today;
//DateTime Bugun_Tarih = DateTime.Today.AddDays(-1);
int Gunluk_Bar_Sayisi;
float Toplam_Gunluk_Hacim;
@ali-han
ali-han / gist:6e9974c2af367a596297887d5c22dd0e
Created June 5, 2019 22:47 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>