52 lines
1.4 KiB
HTML
52 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" type="image/x-icon" href="img/favicon.png">
|
|
<title>CDM Utils</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="gradient"></div>
|
|
|
|
<div class="container">
|
|
|
|
<header>
|
|
<div class="content">
|
|
<h3><a href="" class="current">CDM Utils</a></h3>
|
|
<div class="theme">
|
|
<h3><a href="Set-Algebra/">Set Algebra</a></h3>
|
|
<h3><a href="Boolean-Algebra/">Boolean Algebra</a></h3>
|
|
<h3><a href="Knowledgebase/">Knowledgebase</a></h3>
|
|
<h3><a href="Info">Info</a></h3>
|
|
</div>
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="wrap-side">
|
|
<a href="Set-Algebra/index.html" class="calculator">
|
|
<img src="img/Set-Algebra.png">
|
|
<h1>Set Algebra Calculator</h1>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="wrap-side">
|
|
<a href="Boolean-Algebra/index.html" class="calculator">
|
|
<img src="img/Boolean-Algebra.png">
|
|
<h1>Boolean Algebra Calculator</h1>
|
|
</a>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |