Initial commit

This commit is contained in:
NetMan 2024-01-11 22:01:43 +01:00
commit b317efde1d
3 changed files with 13 additions and 0 deletions

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculator</title>
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body>
</body>
</html>

0
script.js Normal file
View File

0
style.css Normal file
View File