forked from PrivateCoffee/wikimore
Kumi
c436885cbc
Added initial setup for "Wikimore", a simple frontend for Wikimedia projects using Flask. The app includes the following features: - Multi-language and multi-project support - Search functionality with results displayed - Proxy support for Wikimedia images - Basic structure and templates (home, article, search results) Configured appropriate .gitignore and .vscode settings for development. Licensed under MIT License.
6 lines
No EOL
162 B
HTML
6 lines
No EOL
162 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Welcome to Wikimore</h1>
|
|
<p>Use the search form above to find articles on Wikipedia.</p>
|
|
{% endblock %} |