mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
logo update
This commit is contained in:
BIN
website/assets/logo.jpg
Normal file
BIN
website/assets/logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 309 KiB |
@@ -30,7 +30,7 @@ def generate():
|
||||
|
||||
|
||||
def copy_assets():
|
||||
for file in ['style.css', 'logo_512.png', 'map.js', 'favicon.ico']:
|
||||
for file in ['style.css', 'logo.jpg', 'map.js', 'favicon.ico']:
|
||||
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)
|
||||
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img src="logo_512.png" alt="logo" height="200" class="logo" />
|
||||
<img src="logo.jpg" alt="logo" height="200" class="logo" />
|
||||
<h1>OpenFreeMap</h1>
|
||||
|
||||
{main}
|
||||
|
||||
Reference in New Issue
Block a user