|
|
|
@ -3,6 +3,15 @@
|
|
|
|
|
<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>
|
|
|
|
|