Skip to content

Commit 4a2a8d2

Browse files
committed
fix logo and favicon
1 parent 5352372 commit 4a2a8d2

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

favicon.png

20.5 KB
Loading

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44
<title>Easy Online MCDM</title>
55
<script src="./target/scala-3.6.4/mcdm-opt.js" defer></script>
66
<link rel="stylesheet" href="style.css">
7+
<link rel="icon" type="image/png" href="favicon.png">
78
</head>
89

910
<body>
1011

1112
<table>
1213
<tr>
1314
<td width="150" height="100">
14-
<img style="border-radius: 10px;" src="logo.jpg" alt="Logo" width="200" height="150"/>
15-
</td>
16-
<td>
17-
<h2>Easy Online MCDM</h2>
15+
<img style="border-radius: 20px;" src="logo.jpg" alt="Logo" width="200" height="100"/>
1816
</td>
1917
</tr>
2018
</table>

logo.jpg

-338 KB
Loading

0 commit comments

Comments
 (0)