Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Is it possible to add device vendor name before copyright logo? #36

Open
SSBhaumik opened this issue Jan 8, 2022 · 1 comment
Open

Comments

@SSBhaumik
Copy link

Is it possible to add device vendor name before copyright logo?

@Danysevian
Copy link

you can add a logo with this line in the string h:

String h =
"<title>" +
a + " :: " + t + "</title>"
"<meta name=viewport content="width=device-width,initial-scale=1">"
"<style>" +
CSS + "</style>"
"<meta charset="UTF-8">"
"<div style="text-align:center;"><img src='YOU NEED PUT HERE THE LOGO IMAGE CONVERTED TO BASE64 CODE' alt="logo">

" +
a + "
" + SUBTITLE + "

" + t + "

";
return h;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants