somefix
parent
93b810a627
commit
a61c79a4a6
9
index.7
9
index.7
|
@ -18,10 +18,11 @@ but now I'm tired of it a little I think.
|
||||||
.Pp
|
.Pp
|
||||||
I'm writing my projects mostly in Python,
|
I'm writing my projects mostly in Python,
|
||||||
but sometime on dark nights
|
but sometime on dark nights
|
||||||
I want to relax and write something in C,
|
I want to relax and write something in C.
|
||||||
usually after several hours since I started coding
|
Usually,
|
||||||
I will go cry because of my stupidness,
|
after several hours since I started coding,
|
||||||
and then close to morning I will go sleep).
|
I will go cry because of my stupidness
|
||||||
|
and then close to morning I will go sleep.
|
||||||
.
|
.
|
||||||
.Pp
|
.Pp
|
||||||
This is links to places
|
This is links to places
|
||||||
|
|
|
@ -3,7 +3,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<link rel="stylesheet" href="style.css" type="text/css" media="all"/>
|
<style>
|
||||||
|
table.head, table.foot { width: 100%; }
|
||||||
|
td.head-rtitle, td.foot-os { text-align: right; }
|
||||||
|
td.head-vol { text-align: center; }
|
||||||
|
div.Pp { margin: 1ex 0ex; }
|
||||||
|
div.Nd, div.Bf, div.Op { display: inline; }
|
||||||
|
span.Pa, span.Ad { font-style: italic; }
|
||||||
|
span.Ms { font-weight: bold; }
|
||||||
|
dl.Bl-diag > dt { font-weight: bold; }
|
||||||
|
code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn,
|
||||||
|
code.Cd { font-weight: bold; font-family: inherit; }
|
||||||
|
|
||||||
|
html { font-family: monospace; line-height: 1.25em; }
|
||||||
|
body { max-width: 80ch; margin: 1em auto; padding: 0 1ch; }
|
||||||
|
table { border-collapse: collapse; }
|
||||||
|
table.Nm code.Nm { padding-right: 1ch; }
|
||||||
|
|
||||||
|
body { background:#000; color:#AAA; }
|
||||||
|
</style>
|
||||||
<title>NAKIDAI.RU(7)</title>
|
<title>NAKIDAI.RU(7)</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue