We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d084db2 commit b499701Copy full SHA for b499701
entries/PrimsMaze.html
@@ -3,6 +3,9 @@
3
<head>
4
<title>Prim's Maze</title>
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <meta name="description" content="A maze randomly generated using Prim's Algorithm.">
7
+ <meta name="author" content="Inparsian">
8
+ <meta name="github" content="inparsian">
9
10
<style>
11
body {
0 commit comments