summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorLucas <lucasxberger@gmail.com>2022-09-15 14:09:37 -0300
committerGitHub <noreply@github.com>2022-09-15 14:09:37 -0300
commit95d374e71dcb20be8bfe3e2f6ff7dc8832188a0b (patch)
tree7fc71636913636418bf7b495153cd0eabac34513 /index.html
parent39da26bcc06c868cf01e4f308e722be7589c936d (diff)
Update Title
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index f9b5e4d..d4e62a3 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./reset.css">
<link rel="stylesheet" href="./style.css">
- <title>Document</title>
+ <title>Js-Calculator</title>
</head>
<body>
<div class="container">
@@ -36,4 +36,4 @@
</div>
</body>
<script src="./index.js" defer></script>
-</html> \ No newline at end of file
+</html>