We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5352372 commit 4a2a8d2Copy full SHA for 4a2a8d2
3 files changed
favicon.png
20.5 KB
index.html
@@ -4,17 +4,15 @@
4
<title>Easy Online MCDM</title>
5
<script src="./target/scala-3.6.4/mcdm-opt.js" defer></script>
6
<link rel="stylesheet" href="style.css">
7
+ <link rel="icon" type="image/png" href="favicon.png">
8
</head>
9
10
<body>
11
12
<table>
13
<tr>
14
<td width="150" height="100">
- <img style="border-radius: 10px;" src="logo.jpg" alt="Logo" width="200" height="150"/>
15
- </td>
16
- <td>
17
- <h2>Easy Online MCDM</h2>
+ <img style="border-radius: 20px;" src="logo.jpg" alt="Logo" width="200" height="100"/>
18
</td>
19
</tr>
20
</table>
logo.jpg
-338 KB
0 commit comments