5132461627
BUG=skia: R=jcgregorio@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/274693002 git-svn-id: http://skia.googlecode.com/svn/trunk@14715 2bbb7eff-a529-9590-31e7-b0007b416f81
13 lines
277 B
HTML
13 lines
277 B
HTML
<html>
|
|
<head>
|
|
<title>Error {{.Code}}: {{.CodeString}}</title>
|
|
<link rel="stylesheet" type="text/css" href="res/style.css" />
|
|
<link rel="icon" type="image/ico" href="res/favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<h1>Error {{.Code}}: {{.CodeString}}</h1>
|
|
{{.Message}}
|
|
<br/>
|
|
</body>
|
|
</html>
|