Skip to content

Instantly share code, notes, and snippets.

View andre-paulo98's full-sized avatar
🎯
Focusing

André Paulo andre-paulo98

🎯
Focusing
View GitHub Profile
anonymous
anonymous / index.html
Created February 10, 2018 00:37
JS Bin // source http://jsbin.com/lefenejeko
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<title>JS Bin</title>
</head>
@Artistan
Artistan / A Link Javascript.md
Last active August 21, 2023 02:35
Add Dark Theme Bookmark
@pitch-gist
pitch-gist / gist:2999707
Created June 26, 2012 22:21
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>