Spaces:
Running
Running
File size: 377 Bytes
2fcd329 ed2e85d 1017a0a ed2e85d bfe0dfb 1017a0a bfe0dfb 1017a0a bfe0dfb 8429799 bfe0dfb 1017a0a 2fcd329 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Folder Contents</title>
<style>
/* Add your CSS styles here */
</style>
</head>
<body>
<h1>Folder Contents</h1>
<div id="folder-contents"></div>
<script src="script.js"></script>
</body>
</html>
|