added home page buttons
This commit is contained in:
parent
1edd930d76
commit
8d5fa54765
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="../style.css"/>
|
||||
<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">
|
||||
|
@ -14,7 +14,7 @@
|
|||
<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="../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>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="../style.css"/>
|
||||
<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">
|
||||
|
@ -14,6 +14,7 @@
|
|||
<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">
|
||||
|
|
Loading…
Add table
Reference in a new issue