Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/fbreuer/mathblogging
Browse files Browse the repository at this point in the history
  • Loading branch information
pkra committed Dec 6, 2011
2 parents ed5b342 + 40b549e commit a514d73
Show file tree
Hide file tree
Showing 7 changed files with 10,390 additions and 2 deletions.
44 changes: 44 additions & 0 deletions content/ajax.html
@@ -0,0 +1,44 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="/content/site.css"/>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="jquery-latest.js"></script>
<script type="text/javascript" src="jquery.tablesorter.js"></script>
<script type="text/javascript" src="mathblogging.js"></script>
<script type="text/javascript">/*(document).ready(function() {load_page();})*/</script>
<style type="text/css">
body {
height: 600px;
background: #DDDDDD;
background-repeat: repeat-x;
background-image: url("/content/background-frontpage.png");
background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #444444), color-stop(0.33, #AAAAAA), color-stop(1, #DDDDDD));
background-image: -moz-linear-gradient(center top , #444444 0%, #AAAAAA 200px, #DDDDDD 100%);
}
h1 {
margin-bottom: 20px;
}
a {
padding: 10pt;
}
.footer {
padding-top: 100px;
}
#posts{
margin: 20px;
background: white;
border: 1px solid gray;
box-shadow: 2px 2px 5px black;
}
</style>
<title>Mathblogging.org</title>
</head>
<body>
<div><a onclick="load_page()">Load!</a></div>
<div id="content">
</div>
</body>
</html>

0 comments on commit a514d73

Please sign in to comment.