Skip to content

Commit

Permalink
Create .head
Browse files Browse the repository at this point in the history
  • Loading branch information
hardkorebob committed Oct 21, 2023
1 parent ee32eb9 commit 9503046
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .head
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="data:image/png;base64,">

<style>
@media (prefers-color-scheme: dark){
body {color:#fff;background:#000}
a:link {color:#9cf}
a:hover, a:visited:hover {color:#cef}
a:visited {color:#c9f}
}

@media print{
body{
max-width:none
}
}

body{
margin:1em auto;
max-width:40em;
padding:0 .62em;
font:1.2em/1.62 sans-serif;
line-height:1.4;
}

h1,h2,h3{
line-height:1.3;
}

img{
max-width:100%;
height:auto;
max-height:100%;
}

</style>
<title>Hardkorebob LLC</title>
</head>
<body><article>

0 comments on commit 9503046

Please sign in to comment.