25 lines
No EOL
692 B
HTML
25 lines
No EOL
692 B
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="main.html" class="btn">Back</a>
|
|
</header>
|
|
<main class="main-content">
|
|
|
|
|
|
</main>
|
|
</body>
|
|
|
|
</html> |