-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e77c95d
commit da8c02b
Showing
3 changed files
with
2 additions
and
11 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,28 +4,20 @@ | |
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
<title>{% block title %}Stras'Bouquet - {% endblock %}</title> | ||
|
||
<!-- UIkit CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" /> | ||
|
||
<!-- UIkit CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css"/> | ||
|
||
<link rel="stylesheet" href="/assets/css/style.css"> | ||
{% block stylesheet %}{% endblock %} | ||
<link rel="icon" href="/assets/images/love.png"> | ||
<link rel="icon" href="/assets/images/loveblack.png"> | ||
</head> | ||
|
||
<body> | ||
|
||
{% include ('./Layout/navbarAdmin.html.twig') %} | ||
<section class="uk-container uk-padding-large"> | ||
{% block content %}{% endblock %} | ||
</section> | ||
|
||
<!-- UIkit JS --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters