Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
9 |
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
@@ -141,7 +141,7 @@
|
|
141 |
<body class="p-4 md:p-8">
|
142 |
<div class="max-w-7xl mx-auto">
|
143 |
<header class="mb-8 text-center">
|
144 |
-
<h1 class="text-4xl md:text-5xl font-bold mb-2 neon-text">
|
145 |
<p class="text-lg text-cyan-200">Solve linear programming problems with simplex and dual simplex methods</p>
|
146 |
</header>
|
147 |
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Complex LP Solver</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
9 |
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
|
|
141 |
<body class="p-4 md:p-8">
|
142 |
<div class="max-w-7xl mx-auto">
|
143 |
<header class="mb-8 text-center">
|
144 |
+
<h1 class="text-4xl md:text-5xl font-bold mb-2 neon-text">Complex LP Solver</h1>
|
145 |
<p class="text-lg text-cyan-200">Solve linear programming problems with simplex and dual simplex methods</p>
|
146 |
</header>
|
147 |
|