Skip to content

Commit

Permalink
Update algebra.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tf7software authored Sep 25, 2024
1 parent 57f1a34 commit 4dd6123
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/algebra.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<meta name="description" content="Algebra Calculator - Infintium">
<meta name="keywords" content="Algebra, Calculator, Math Symbols, Infintium">
<title>Algebra Calculator - Infintium</title>
<link rel="stylesheet" href="/css/styles.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<div class="container">
<h1>Algebra Calculator</h1>
<!-- Replace the h1 tag with the image -->
<img src="/mathLogo.png" alt="Algebra Calculator Logo" class="math-logo">

<form id="algebraForm" method="POST">
<textarea id="algebraInput" name="query" rows="5" placeholder="Enter your algebra problem here..."></textarea>

Expand Down

0 comments on commit 4dd6123

Please sign in to comment.