edited paths to absolute

This commit is contained in:
arcan1s
2014-01-12 04:30:02 +04:00
parent 1a27b5ba07
commit 631e1fe562
4 changed files with 21 additions and 21 deletions

View File

@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>My projects</title>
<link rel="stylesheet" href="../stylesheets/styles.css">
<link rel="stylesheet" href="../stylesheets/pygment_trac.css">
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
@ -115,11 +115,11 @@
</section>
<footer>
<p class="view"><a href="../index.html">Back to Homepage</a>
<p class="view"><a href="/index.html">Back to Homepage</a>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script src="/javascripts/scale.fix.js"></script>
</body>
</html>