Skip to content

Commit b499701

Browse files
committed
fix: fix prim's meta tags for new standard
1 parent d084db2 commit b499701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entries/PrimsMaze.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<head>
44
<title>Prim's Maze</title>
55
<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">
69

710
<style>
811
body {

0 commit comments

Comments
 (0)