Project

General

Profile

« Previous | Next » 

Revision 8033

web/main/index.php: Use absolute URLs for dependencies to work with subdomain translation, which adds components to the URL path

View differences:

index.php
111 111
<html>
112 112
	<head>
113 113
		<title>VegPath</title>
114
		<link rel="stylesheet" type="text/css" href="main.css" />
114
		<link rel="stylesheet" type="text/css" href="/main.css" />
115 115
		<style type="text/css">
116 116
h1 {color: green;}
117 117
		</style>
118
		<script type="text/javascript" src="util.js"></script>
118
		<script type="text/javascript" src="/util.js"></script>
119 119
	</head>
120 120
	<body>
121 121
		<h1>VegPath&nbsp;&nbsp; <small><a href="http://en.wikipedia.org/wiki/PURL">persistent URLs</a> for vegetation resources</small></h1>

Also available in: Unified diff