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