forked from wezm/wezm.net
7 lines
403 B
HTML
7 lines
403 B
HTML
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=600" />
|
||
|
<title><%= @item[:title] %></title>
|
||
|
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
|
||
|
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen,projection" />
|
||
|
<link rel="stylesheet" href="/css/mobile.css" type="text/css" media="only screen and (max-device-width: 480px)" />
|