kevacoinkvakvazarmanticoreblockchainexplorersymfonykvazar-webappkevacoin-phpkevacoin-explorerblockchain-explorercomposer-projectmanticoresearch-phpkevacoin-index
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
399 B
13 lines
399 B
9 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<title>{% block title %}{{ app.name }}{% endblock %}</title>
|
||
|
<link rel="stylesheet" type="text/css" href="/css/{{ app.theme }}.css?{{ app.version }}" />
|
||
|
<link rel="icon" href="{% block favicon %}/favicon.ico{% endblock %}" />
|
||
|
</head>
|
||
|
<body>
|
||
|
{% block body %}{% endblock %}
|
||
|
</body>
|
||
|
</html>
|