new site3

This commit is contained in:
2016-06-15 00:03:17 -04:00
parent 82ce9ebdb9
commit dac869dc5d
13 changed files with 551 additions and 197 deletions

View File

@@ -5,12 +5,12 @@
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/markdownreader_bare.css">
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/pygments_monokai.css">
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/code_block.css">
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/markdownreader_bare.css">
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/pygments_monokai.css">
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/code_block.css">
<!-- favicon -->
<link rel="shortcut icon" href="http://localhost:4000/favicon.ico" type="image/icon">
<link rel="icon" href="http://localhost:4000/favicon.ico" type="image/icon">
<link rel="shortcut icon" href="http://paul.walko.org/favicon.ico" type="image/icon">
<link rel="icon" href="http://paul.walko.org/favicon.ico" type="image/icon">
</head>
<body>
<div id="markdown-container">
@@ -46,6 +46,6 @@
<div id="markdown-backTop" onclick="window.scrollTo(0,0)"></div>
<script type="text/javascript" src="http://localhost:4000/javascripts/markdownreader_bare.js"></script>
<script type="text/javascript" src="http://paul.walko.org/javascripts/markdownreader_bare.js"></script>
</body>
</html>