Put your Logo into the assets directory eg: assets/logo.png
Then load your html with:
webView.loadDataWithBaseURL("file:///android_asset/", htmlData, "text/html", "utf-8", null);
Reference your img like:
<img src="logo.png">
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…