Updated project structure and makefile. Started creating frontend. Created csv database interphase

This commit is contained in:
2020-06-30 12:39:50 +05:00
parent 457a52a585
commit db9b46f041
28 changed files with 643 additions and 89 deletions

View File

@@ -5,10 +5,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="../style.css">
</head>
<body>
<a href="../">Back</a>
<header>
<a href="/" id="logo"><img src="./logo.png" alt="logo" /></a>
</header>
<p>Me</p>
<img src="/about/me.jpg" alt="the pig" style="max-height: 200px;" />
</body>