diff options
| author | cbdev <cb@cbcdn.com> | 2021-07-17 03:10:28 +0200 | 
|---|---|---|
| committer | cbdev <cb@cbcdn.com> | 2021-07-17 03:10:28 +0200 | 
| commit | fbcd1f22d63f6bac83fc3a87481e76808552972d (patch) | |
| tree | 85d7895f9246eba1a473667e573bf55379e461b9 /interface/listing.htm | |
| parent | 2fcb061a09cb237354ca6a5b7a0309745d3e4caf (diff) | |
| download | cargohold-fbcd1f22d63f6bac83fc3a87481e76808552972d.tar.gz cargohold-fbcd1f22d63f6bac83fc3a87481e76808552972d.tar.bz2 cargohold-fbcd1f22d63f6bac83fc3a87481e76808552972d.zip | |
Implement basic upload and listing
Diffstat (limited to 'interface/listing.htm')
| -rw-r--r-- | interface/listing.htm | 15 | 
1 files changed, 3 insertions, 12 deletions
| diff --git a/interface/listing.htm b/interface/listing.htm index 27b622a..220df68 100644 --- a/interface/listing.htm +++ b/interface/listing.htm @@ -4,9 +4,9 @@  		<meta charset="utf-8" />  		<meta name="viewport" content="width=device-width, initial-scale=1" />  		<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"> @@ -22,14 +22,6 @@  				<div class="tab-content">  					<div id="dirlisting"> -						<div> -							<span class="name">File Name</span> -							<span class="name">File Size</span> -						</div> -						<div> -							<span class="name">File Name</span> -							<span class="name">File Size</span> -						</div>  					</div>  				</div>  				<div class="tab-content"> @@ -52,6 +44,5 @@  				</div>  			</div>  		</div> -		<script src="assets/cargohold.js"></script>  	</body>  </html> | 
