adding URL examples

This commit is contained in:
Jidong Xiao
2023-10-26 00:50:48 -04:00
parent 8f49ae8bf5
commit 5f2cf2eedf

View File

@@ -219,7 +219,13 @@ In all HTML files we provide, in the <head> section of the HTML, we have a
### The URL
This portion will be different from what Google shows, as our search is limited to the [html_files](html_files) folder, the URL we present will just be a path within this folder.
This portion will be different from what Google shows, as our search is limited to the [html_files](html_files) folder, the URL we present will just be a path within this folder. Here are some example URLs we use in this assignment:
```plaintext
html_files/file1.html
html_files/subdir1/subdir2/file7.html
html_files/subdir1/subdir2/subdir3/subdir4/file13.html
```
### The Description