10 lines
146 B
HTML
10 lines
146 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>test</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- inline image -->
|
||
|
<img src="img/icon.png?__inline=true" />
|
||
|
</body>
|
||
|
</html>
|