diff options
| author | cbdev <cb@cbcdn.com> | 2022-07-10 19:55:31 +0200 | 
|---|---|---|
| committer | cbdev <cb@cbcdn.com> | 2022-07-10 19:55:31 +0200 | 
| commit | a52bd5c5e458b102bece92d993f327ab3e311601 (patch) | |
| tree | 585b968fa5d5359d3a32a3553376963b05bd1194 /interface/listing.htm | |
| parent | 507f0d060da30a8f65bec8b2ac1f08837d536b4c (diff) | |
| download | cargohold-a52bd5c5e458b102bece92d993f327ab3e311601.tar.gz cargohold-a52bd5c5e458b102bece92d993f327ab3e311601.tar.bz2 cargohold-a52bd5c5e458b102bece92d993f327ab3e311601.zip | |
Update markup
Diffstat (limited to 'interface/listing.htm')
| -rw-r--r-- | interface/listing.htm | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/interface/listing.htm b/interface/listing.htm index 8be5376..5866825 100644 --- a/interface/listing.htm +++ b/interface/listing.htm @@ -5,9 +5,9 @@  		<meta name="viewport" content="width=device-width, initial-scale=1" />  		<meta name="robots" content="noindex,nofollow" />  		<title>cargohold</title> -		<link rel="stylesheet" href="../assets/cargohold.css" /> -		<link rel="icon" href="../assets/cargohold.ico" /> -		<script src="../assets/cargohold.js"></script> +		<link rel="stylesheet" href="/assets/cargohold.css" /> +		<link rel="icon" href="/assets/cargohold.ico" /> +		<script src="/assets/cargohold.js"></script>  	</head>  	<body>  		<div id="header"> | 
