mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-04-02 08:32:03 +02:00
Initial commit
This commit is contained in:
8
Source/assets/html/firstpage.twig
Normal file
8
Source/assets/html/firstpage.twig
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "base.twig" %}
|
||||
{% block content %}
|
||||
<h5 style="text-align:center">Last codes</h5>
|
||||
{% include "filter.twig" %}
|
||||
<div id="ajaxPut">
|
||||
{% include "firstCodes.twig" %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user