20 {
23 "<!DOCTYPE html>\n"
24 "<html>\n"
25 "<head>\n"
26 " <title>SkDebugger</title>\n"
27 " <meta charset='utf-8' />\n"
28 " <meta http-equiv='X-UA-Compatible' content='IE=edge'>\n"
29 " <meta name='viewport' content='width=device-width, initial-scale=1.0'>\n"
30 " <script src='%s/res/js/core.js' type='text/javascript' charset='utf-8'></script>\n"
31 " <link href='%s/res/vul/elements.html' rel='import' />\n"
32 " <link rel='shortcut icon' href='%s/res/img/favicon.ico' type='image/x-icon'/ >"
33 "</head>\n"
34 "<body class='fullbleed layout vertical'>\n"
35 " <debugger-app-sk>This is the app."
36 " </debugger-app-sk>\n"
37 "</body>\n"
39 return debuggerTemplate;
40}
void void void appendf(const char format[],...) SK_PRINTF_LIKE(2