Completely remove csv-db files and continued working on frontend. Created styles base

This commit is contained in:
2020-07-04 22:31:26 +05:00
parent cd874d6e28
commit 55f5ccfdf4
19 changed files with 153 additions and 571 deletions

View File

@@ -4,16 +4,19 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<title>About</title>
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<a href="/" id="logo"><img src="./logo.png" alt="logo" /></a>
<a href="/" id="logo"><img src="/logo.png" alt="logo" /></a>
<a id="modern" href="/modern"
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a>
</header>
<p>Me</p>
<img src="/about/me.jpg" alt="the pig" style="max-height: 200px;" />
<h1>About me</h1>
</body>
</html>