blob: 2e6422becd822fcfab812ec0337b311c91f45331 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Invalid source map</title>
<link rel="stylesheet" type="text/css" href="doc_invalid_sourcemap.css">
</head>
<body>
<div>invalid source map</div>
</body>
</html>
|