2
0
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:
2024-12-16 22:42:50 +00:00
parent d8ab17217f
commit 151cba336b
4 changed files with 4 additions and 6 deletions

View File

@@ -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>