mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 10:41:56 +01:00
16 lines
311 B
HTML
16 lines
311 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="de">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>TBZ-Logo</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Sehen Sie einen Unterschied?</h1>
|
||
|
|
||
|
<object data="tbz_logo.png" ></object>
|
||
|
<br>
|
||
|
<object data="tbz_logo.svg" ></object>
|
||
|
<br>
|
||
|
<object data="tbz_logo_Blink.svg" ></object>
|
||
|
</body>
|
||
|
</html>
|