Skip to content

Instantly share code, notes, and snippets.

@TimoDJatomika
TimoDJatomika / bootstrap-hello-world.html
Last active November 14, 2022 10:40
Simple Bootstrap Hello World HTML File
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
@ivanoats
ivanoats / gist:1823034
Last active March 23, 2026 21:05 — forked from parndt/gist:958385
Setting up GIT Bash autocompletion. Use this only if you are using Bash instead of ZSH.