Created
September 18, 2014 11:07
-
-
Save LocalCommit/0198961839b6a24ca223 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!--[if IE 7]> <html lang="en" class="ie7"> <![endif]--> | |
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]--> | |
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]--> | |
<!--[if !IE]><!--> | |
<html lang="en"> | |
<!--<![endif]--> | |
<head> | |
<title>Shawn Wildermuth's Blog</title> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta content=".NET, C#, Wildermuth, Shawn, Weblog, XAML, Silverlight, WP7, Microsoft, Training, Consulting, Database, JavaScript, CSS, Web Development, HTML" name="KEYWORDS" /> | |
<meta runat="server" id="DescriptionMetaTag" content="Shawn Wildermuth's Rants and Raves on Technologies - Software Development" name="DESCRIPTION" /> | |
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> | |
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/ShawnWildermuth" /> | |
<!-- CSS --> | |
<link rel="stylesheet" href="/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="/css/style.css"> | |
<link rel="stylesheet" href="/css/style-menu.css"> | |
<!-- <link rel="stylesheet" href="/css/bootstrap-responsive.min.css"> --> | |
<!-- <link rel="stylesheet" href="/css/style_responsive.css"> --> | |
<link rel="stylesheet" href="/css/site.css"> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment