arrayinamatrix.xyz/calculators/quadratic.html
2021-04-17 00:01:23 -04:00

37 lines
No EOL
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../style.css" />
<script src="/script.js" defer></script>
<title>Quadratic Calculator</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
</head>
<body data-new-gr-c-s-check-loaded="8.872.0" data-gr-ext-installed="">
<header class="page-header">
<h1 class="project-name">Quadratic Calculator</h1>
<h2 class="project-tagline"> parabolic!</h2>
<a href="../index.html" class="btn">Back to home page</a>
<a href="main.html" class="btn">Back</a>
</header>
<main class="main-content">
<!-- <form action="https://array-in-a-matrix.github.io/calculators/quadratic.html" method="POST">
<div>
<label for="say">What greeting do you want to say?</label>
<input name="say" id="say" value="Hi">
</div>
<div>
<label for="to">Who do you want to say it to?</label>
<input name="to" id="to" value="Mom">
</div>
<div>
<button>Send my greetings</button>
</div>
</form> -->
</main>
</body>
</html>