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

@@ -1,12 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p>Testing paragraf</p>
<a href="./about">About me</a>
<header>
<a href="/" id="logo"><img src="./logo.png" alt="logo" /></a>
</header>
<main>
<h1>Home</h1>
<ul>
<li><a href="/about">About me</a></li>
<li><a href="/gallery">Gallery</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/philosophy">Philosophy</a></li>
</ul>
<h1>Blog</h1>
<ul>
%s
</ul>
<h1>Tech articles</h1>
<ul>
%s
</ul>
</main>
</body>
</html>