Replies: 1 comment
-
Hello and welcome to SQLPage! The html generated by SQLPage is entirely customizable. You can replace the default shell component by simply putting a file in Have a look at the custom component documentation page, You can also create a custom shell component without overwriting the existing one by creating a file in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
most of the pages generated by SQLpage have the following HTML:
<link rel="icon" href="[/favicon.cbfd4751eaddf743.svg](http://test:8080/favicon.cb4d6221eaddf743.svg)">
<link rel="stylesheet" href="[/sqlpage.735cd4232be41811.css](http://test:8080/sqlpage.735cd422be41311.css)">
<meta name="generator" content="SQLPage" />
<main class="page-body container-xl px-md-5 px-sm-3 mt-3" id="sqlpage_main_wrapper">
how do we remove the following line
<meta name="generator" content="SQLPage" />
how do we change
"sqlpage_main_wrapper"
to"main_wrapper"
?how do we change the word
favicon
withfav
?Beta Was this translation helpful? Give feedback.
All reactions