mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
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> |