Updated project structure and makefile. Started creating frontend. Created csv database interphase
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user