Skip to content

Commit

Permalink
minore changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Jul 9, 2024
1 parent 298afef commit a9c6b5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ wishes@Your Name:~💚$

```

> Happy Friendship Day ASCII Text Greeting Art - Friendship Day Greeting Generator With Name.
## Features

- Friendship Day ASCII art and Text Greeting with name
Expand Down
4 changes: 2 additions & 2 deletions wish.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func wishHandler(w http.ResponseWriter, r *http.Request) {
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="196x196" href="/favicon-196.png" />
<title>%s : Happy Friendship Wishes</title>
<meta name="description" content="Happy Friendship Day ASCII Art Greeting - Friendship Day Greeting Generator."/>
<meta name="description" content="Happy Friendship Day ASCII Text Greeting Art - Friendship Day Greeting Generator With Name."/>
<link rel="canonical" href="%s">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css" integrity="sha512-IgmDkwzs96t4SrChW29No3NXBIBv8baW490zk5aXvhCD8vuZM3yUSkbyTBcXohkySecyzIrUwiF/qV0cuPcL3Q==" crossorigin="anonymous" referrerpolicy="no-referrer" />
Expand Down Expand Up @@ -150,7 +150,7 @@ func wishHandler(w http.ResponseWriter, r *http.Request) {
<br>
</div></div>
<br>
<pre>$ curl -G --data-urlencode "name=%s" %s<br><br>$ http -b GET "%s" "name=%s"<br></pre>
<pre>$ curl -G --data-urlencode "name=%s" %s<br><br>$ http -b GET "%s" "name==%s"<br></pre>
<br>
</div></section>
</body>
Expand Down

0 comments on commit a9c6b5a

Please sign in to comment.