Spaces:
Running
Running
<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> | |