You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
791 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Shortest Sum of Squares" />
<meta property="og:site_name" content="Shortest Sum of Squares" />
<meta
property="og:description"
content="A simple application that shows the shortest sum of squares for a given number up to 1000"
/>
<title>Shortest Sum of Squares</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>