WMF fallback logo for IE

This commit is contained in:
Bohdan Horbeshko 2024-12-03 21:35:47 +01:00
parent 06c02fa16d
commit a116a43ab5
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,9 @@
<body> <body>
<div class="main_container"> <div class="main_container">
<div class="head"> <div class="head">
<img src="logo.svg" class="logo" alt="logo"> <object type="image/svg+xml" data="logo.svg" class="logo" alt="logo">
<img src="logo.wmf" class="logo" alt="logo">
</object>
<h1>another.im</h1> <h1>another.im</h1>
<p><br>the Another Instant Messenger is not a messenger, <p><br>the Another Instant Messenger is not a messenger,
don't believe the words. don't believe the words.

BIN
logo.wmf Normal file

Binary file not shown.