Skip to content

Commit

Permalink
finally got prettify-test.html to link to custom styles, committing b…
Browse files Browse the repository at this point in the history
…efore I break it again
  • Loading branch information
Francis Veilleux-Gaboury committed Jan 21, 2015
1 parent 9cf53b3 commit 455d5af
Showing 1 changed file with 37 additions and 8 deletions.
45 changes: 37 additions & 8 deletions prettify-test/prettify-test.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
<html>
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<title>Google Code Prettify testing</title>
<link href="google-code-prettify/src/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="google-code-prettify/src/run_prettify.js?autoload=true&amp;skin=sons-of-obsidian"></script>
<meta charset="utf-8">
<link rel="dns-prefetch" href="//ajax.googleapis.com" />

<title>Google Prettify testing</title>

<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="stylesheet" href="http://jmblog.github.com/color-themes-for-google-code-prettify/css/style.css">

<link rel="stylesheet" href="http://jmblog.github.com/color-themes-for-google-code-prettify/css/themes/github.css">

<link rel="sitemap" type="application/xml" title="Sitemap" href="color-themes-for-google-code-prettify/sitemap.xml" />
<link rel="canonical" href="http://jmblog.github.com/color-themes-for-google-code-prettify/github/" />

<script src="http://jmblog.github.com/color-themes-for-google-code-prettify/js/modernizr-2.5.3.min.js"></script>

</head>
<body>


<body onload="prettyPrint()">

<h3>C#/LINQ</h3>

<pre class="prettyprint linenums" style="font-size: 8pt;">
<pre class="prettyprint" style="font-size: 8pt;">
// this is a comment
/*
** Block quote
Expand All @@ -33,6 +52,7 @@ <h3>C#/LINQ</h3>
}
}
</pre>


<h3>Java</h3>

Expand Down Expand Up @@ -190,8 +210,17 @@ <h3>VBA</h3>
End Function
</pre>



<footer></footer>
<script src="//platform.twitter.com/widgets.js"></script>
<script src="//assets.pinterest.com/js/pinit.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/jquery-1.7.2.min.js"><\/script>')</script>

<script src="http://jmblog.github.com/color-themes-for-google-code-prettify/js/prettify.js"></script>
<script src="http://jmblog.github.com/color-themes-for-google-code-prettify/js/lang-css.js"></script>

<script src="http://jmblog.github.com/color-themes-for-google-code-prettify/js/jquery.smooth-scroll.min.js"></script>
<script src="http://jmblog.github.com/color-themes-for-google-code-prettify/js/script.min.js"></script>

</body>
</html>

0 comments on commit 455d5af

Please sign in to comment.