Skip to content

Instantly share code, notes, and snippets.

@atstyle
atstyle / gist:8664164
Created January 28, 2014 08:43
Bootstrap 3.0 BASIC Template
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@atstyle
atstyle / Bootstrap 2.3
Created January 28, 2014 15:29
Bootstrapでツールチップ
<a href="#" rel="tooltip" data-placement="bottom" data-original-title="this is tooltip">tooltip</a>