updated folder structure
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<body>
|
||||
<h1>Let's find the treasure</h1>
|
||||
<div id="forest">
|
||||
<div id="tree1">
|
||||
<div id="squirrel"></div>
|
||||
<div id="flower"></div>
|
||||
</div>
|
||||
<div id="tree2">
|
||||
<div id="shrubbery">
|
||||
<div id="treasure"></div>
|
||||
</div>
|
||||
<div id="mushroom">
|
||||
<div id="bug"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user