Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alamin655
/
surfx
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c6e833c
surfx
/
public
/
templates
/
navbar.html
SamSunder
Added settings in settings page and added search link to navbar
a98f3fa
over 1 year ago
raw
Copy download link
history
blame
148 Bytes
<
nav
>
<
ul
>
<
li
>
<
a
href
=
"/"
>
search
</
a
>
</
li
>
<
li
>
<
a
href
=
"about"
>
about
</
a
>
</
li
>
<
li
>
<
a
href
=
"settings"
>
settings
</
a
>
</
li
>
</
ul
>
</
nav
>