1
0
Fork 0
forked from wezm/wezm.net
wezm.net/layouts/_head.html

15 lines
1.1 KiB
HTML
Raw Normal View History

2010-01-30 06:02:25 +00:00
<meta charset="utf-8" />
2010-06-30 02:41:11 +00:00
<meta name="viewport" content="width=device-width" />
<title><%= [@item[:title], 'WezM.net'].compact.join(' • ') %></title>
2010-06-16 10:57:13 +00:00
<!--[if lt IE 9]>
<script src="/js/html5.js"></script>
<![endif]-->
2010-01-30 06:02:25 +00:00
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
2010-06-16 10:19:03 +00:00
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen,projection" />
2010-06-30 02:41:11 +00:00
<link rel="stylesheet" href="/css/mobile.css" type="text/css" media="only screen and (max-device-width: 480px)" />
2010-04-01 07:24:05 +00:00
<link rel="alternate" href="http://feeds.feedburner.com/wezm" type="application/atom+xml" title="WezM.net - All Articles" />
<link rel="alternate" href="http://feeds.feedburner.com/wezm-technical" type="application/atom+xml" title="WezM.net - Technical Articles" />
<link rel="alternate" href="http://feeds.feedburner.com/wezm-personal" type="application/atom+xml" title="WezM.net - Personal Articles" />
<script src="/js/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="/js/application.js" type="text/javascript" charset="utf-8"></script>