// Last edited on 2014-09-24 18:02:02 by stolfilocal package quack; public class HTMLImpl implementes HTML { static string errorPage(String msg) { String page = ""; // ??{ ... implementar ... }?? return page; } }