We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a94ff commit d338d73Copy full SHA for d338d73
README.md
@@ -67,13 +67,14 @@ navigation menu.
67
From your Github repo page, go to `Setting > Pages > Source > Deploy from a branch`, then select the
68
`/docs` folder.
69
70
-<!-- prettier-ignore -->
+```
71
░██████╗░█████╗░██╗░░░██╗███████╗██╗
72
██╔════╝██╔══██╗██║░░░██║██╔════╝██║
73
╚█████╗░███████║╚██╗░██╔╝█████╗░░██║
74
░╚═══██╗██╔══██║░╚████╔╝░██╔══╝░░╚═╝
75
██████╔╝██║░░██║░░╚██╔╝░░███████╗██╗
76
╚═════╝░╚═╝░░╚═╝░░░╚═╝░░░╚══════╝╚═╝
77
78
79
...and voila - your site is now available at `https://<user>.github.io/<repo>/`.
80
0 commit comments