Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
1ff51af
1
Parent(s):
72fec47
✨ feat: add section headings (#210)
Browse files
public/templates/engines_tab.html
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<div class="engines tab">
|
|
|
2 |
<h3>select search engines</h3>
|
3 |
<p class="description">
|
4 |
Select the search engines from the list of engines that you want results
|
|
|
1 |
<div class="engines tab">
|
2 |
+
<h1>Engines</h1>
|
3 |
<h3>select search engines</h3>
|
4 |
<p class="description">
|
5 |
Select the search engines from the list of engines that you want results
|
public/templates/user_interface_tab.html
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<div class="user_interface tab">
|
|
|
2 |
<h3>select theme</h3>
|
3 |
<p class="description">
|
4 |
Select the theme from the available themes to be used in user interface
|
|
|
1 |
<div class="user_interface tab">
|
2 |
+
<h1>User Interface</h1>
|
3 |
<h3>select theme</h3>
|
4 |
<p class="description">
|
5 |
Select the theme from the available themes to be used in user interface
|