added js component
This commit is contained in:
parent
a0a241bf54
commit
1edd930d76
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
|
||||
<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">
|
||||
<meta name="theme-color" content="#157878">
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
<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">
|
||||
<meta name="theme-color" content="#157878">
|
||||
|
|
Loading…
Add table
Reference in a new issue