Skip to content

Commit 3f8d013

Browse files
Add favicon, style sheet, and viewport.
1 parent 38fec53 commit 3f8d013

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

srfi-180.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta http-equiv="Content-Style-Type" content="text/css" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link href="/favicon.png" rel="icon" sizes="192x192" type="image/png" />
68
<meta name="generator" content="pandoc" />
79
<title></title>
10+
<link rel="stylesheet" href="/srfi.css" type="text/css" />
811
<style type="text/css">code{white-space: pre;}</style>
912
<style type="text/css">
1013
div.sourceCode { overflow-x: auto; }

0 commit comments

Comments
 (0)