You have a piece of code from the HTML file layout.html. There is a gap in the href parameter. The tree format of folder is as follows:
Use the tree to fill in the gap.
The layout.html :
<!DOCTYPE html>
<html lang="en" >
<head>
<title>Test Page</title>
<link rel="stylesheet" href="{{...}}">
</head>
<body>
<b> Hello Programmer!</b>
</body>
</html>