Icons with data URLs as source are throwing exceptions when trying to parse their type via the file extension. This fix ignores all icons with data URLs to begin with.
18 lines
457 B
HTML
18 lines
457 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Kommit</title>
|
|
<meta name="description" content="Augment your memory" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
|
<link rel="canonical" href="/" />
|
|
<link rel="alternate" hreflang="en" href="/en/" />
|
|
<link rel="apple-touch-icon" href="https://abcdefg.s3.amazonaws.com/public/icon.jpg">
|
|
</head>
|
|
<head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|