mirror of https://github.com/aziis98/ro-vis
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Simplex Algorithm | LP | Operations Research" />
|
|
<meta property="og:title" content="Simplex Algorithm | LP | Operations Research" />
|
|
<meta property="og:description" content="A tool to visualize the simplex algorithm for linear programming" />
|
|
<meta property="og:url" content="https://ricerca-operativa.lab.aziis98.com" />
|
|
|
|
<link rel="stylesheet" href="./src/style.css" />
|
|
|
|
<title>Simplex Algorithm | LP | Operations Research</title>
|
|
</head>
|
|
<body>
|
|
<script type="module" src="./src/main.tsx"></script>
|
|
</body>
|
|
</html>
|