start new:
tmux
start new with session name:
tmux new -s myname
<!DOCTYPE html> | |
<html> | |
<head> | |
<style type="text/css"> | |
html | |
{ | |
/* Set background image so that transparency is easy to see */ | |
background: #fff url(http://uhaweb.hartford.edu/CASS/unicorn.jpg) fixed no-repeat; | |
} | |
#container |
source "http://rubygems.org/" | |
gem "sinatra", "~> 1.3.0" | |
gem "thin" |