js-calculator/index.html
2023-05-04 12:12:25 -07:00

16 lines
No EOL
429 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "stylesheet" type = "text/css" href = "style.css">
<title>Calculator</title>
</head>
<body>
<center>
<div id="container"></div>
<script src="main.js"></script>
</center>
</body>
</html>