website work

This commit is contained in:
Zsolt Ero
2024-01-11 16:49:46 +01:00
parent 7235fbbd31
commit 8d18554ec7
12 changed files with 424 additions and 97 deletions

29
website/template.html Normal file
View File

@@ -0,0 +1,29 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OpenFreeMap</title>
<link rel="stylesheet" href="style.css">
<meta name="description" content="Open and free OpenStreetMap hosting">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="icon" href="/favicon.ico" sizes="any">
<script src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
<link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" />
</head>
<body>
<img src="logo_512.png" alt="logo" height="200" class="logo">
{text}
</body>
</html>