diff website/src/pil.html @ 1326:29d6d7d79c41

website - use relative paths
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Feb 2019 23:13:23 -0700
parents 28c1fc6d9d29
children d3e61cd2aca0
line wrap: on
line diff
--- a/website/src/pil.html	Thu Feb 07 23:00:20 2019 -0700
+++ b/website/src/pil.html	Thu Feb 07 23:13:23 2019 -0700
@@ -3,11 +3,14 @@
 	<head>
 		<title>Programming in Lua</title>
 		<style>
-			@import "/site.css";
+			@import "site.css";
 		</style>
 	</head>
 	<body>
-		<div small><a href="/">Luan</a></div>
+		<div small>
+			<a href=".">Luan</a>
+			/ <a href="docs.html">Documentation</a>
+		</div>
 
 		<h1>Programming in Lua</h1>