This commit is contained in:
superdimensional 2021-05-07 00:09:44 -04:00
parent 0ae0d1e421
commit 6cb59861be
2 changed files with 0 additions and 62 deletions

View file

@ -1,25 +0,0 @@
<!DOCTYPE html>
<html lang="en-US" class="fit-screen">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../style.css" />
<script src="/script.js" defer></script>
<title>Calculators</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="" class="fit-screen">
<header class="page-header fit-screen">
<h1 class="project-name">Calculators</h1>
<h2 class="project-tagline">Navigate to the calculator you need</h2>
<a href="../index.html" class="btn">Back to home page</a><br><br><br>
<a href="quadratic.html" class="btn">Quadratic</a>
<a href="quadratic.html" class="btn">Quadratic</a>
<a href="quadratic.html" class="btn">Quadratic</a>
</header>
</body>
</html>

View file

@ -1,37 +0,0 @@
<!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>