You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to add device vendor name before copyright logo?
The text was updated successfully, but these errors were encountered: