website/index.html
Pratyush Desai a89e39dc39
initialize
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2023-07-17 03:34:10 +05:30

20 lines
278 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Site Index</title>
</head>
<body>
<h1>www</h1>
<p>this is my www.</p>i
<pre>
When a man knows he is to be hanged in a fortnight, it concentrates his
mind wonderfully.
-- Samuel Johnson
</pre>
</body>
</html>