Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 23, 2024
0 parents commit fe38139
Show file tree
Hide file tree
Showing 3,235 changed files with 12,994 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 22 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>

<title>Nominatim Demo</title>

<link rel="icon" type="image/png" href="theme/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="theme/favicon-32x32.png" sizes="32x32">

<link rel='stylesheet' href='build/bundle.css'>
<link rel='stylesheet' href='theme/style.css'>

<script src='config.defaults.js'></script>
<script src='theme/config.theme.js'></script>
<script defer src='build/bundle.js'></script>
</head>

<body>
</body>
</html>
Loading

0 comments on commit fe38139

Please sign in to comment.