Skip to content

Commit

Permalink
head
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 12, 2025
1 parent 095382d commit 15b2fd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/motives.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ function list_them() {

function head() {
printf '<html>\n'
printf '<head>\n'
printf '<meta charset="UTF-8"/>\n'
printf '<meta name="viewport" content="width=device-width, initial-scale=1.0"/>\n'
printf '<link href="//cdn.jsdelivr.net/npm/[email protected]/dist/tacit-css.min.css" rel="stylesheet" integrity="sha384-JbsYayq5Otme+gjh/pl7NrA/qMIU0bxbdzKvYqQGHvvag0lHhM62TQnDzz+EyzXj" crossorigin="anonymous"/>\n'
printf '</head>\n'
printf '<body style="font-family: monospace;">\n'
}

Expand Down

0 comments on commit 15b2fd4

Please sign in to comment.