Reorganize public/ to have a more tradition Express-y structure

This commit is contained in:
Paul van Tilburg 2012-01-12 11:20:33 +01:00
parent b93461271e
commit faea9200db
3 changed files with 4 additions and 4 deletions

View file

@ -3,10 +3,10 @@
<head>
<title>Plemp!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link type="text/css" media="screen" href="/plemp.css" rel="stylesheet">
<script type="text/javascript" src="/jquery.js" rel="stylesheet"></script>
<script type="text/javascript" src="/jquery-ui.min.js" rel="stylesheet"></script>
<script type="text/javascript" src="/dragreg.js" rel="stylesheet"></script>
<link type="text/css" media="screen" href="/stylesheets/style.css" rel="stylesheet">
<script type="text/javascript" src="/javascripts/jquery.js" rel="stylesheet"></script>
<script type="text/javascript" src="/javascripts/jquery-ui.min.js" rel="stylesheet"></script>
<script type="text/javascript" src="/javascripts/dragreg.js" rel="stylesheet"></script>
</head>
<body>
<div id="header">