mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 11:47:03 +00:00
fix absolute addressing in templates
This commit is contained in:
@@ -30,9 +30,7 @@ This is a succession of hacks and needs to be redisgned and refactored.
|
||||
default_head = """<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>CUCC Expedition - index</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/main2.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../../css/main2.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Expo</h1>
|
||||
|
||||
Reference in New Issue
Block a user