convert markdown to html

This commit is contained in:
2023-07-08 00:17:17 +02:00
parent bb691259bb
commit 65b5d1bd44
4 changed files with 45 additions and 0 deletions

16
start.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<meta charset="UTF-8">
<html>
<head>
<link rel="icon" type="image/x-icon" href="/static/d.png">
<link rel="stylesheet" href="./static/reset.css">
<link rel="stylesheet" href="./static/main.css">
<title>Decentrala</title>
</head>
<body>
<div class="container">
<div class="header">
<h1 class="logo">DECENTRALA</h1>
</div>
<main>