17 lines
638 B
HTML
17 lines
638 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
|
<meta content="ie=edge" http-equiv="x-ua-compatible"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet"/>
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>
|
|
<link href="/static/favicon.ico" rel="icon" type="image/x-icon"/>
|
|
<link rel="stylesheet" href="/static/app.css" />
|
|
<title>error | drone</title>
|
|
</head>
|
|
<body>
|
|
{{ .error }}
|
|
</body>
|
|
</html>
|