Completely remove csv-db files and continued working on frontend. Created styles base
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user