forked from GNUsocial/gnu-social
[CORE][ROUTES] Example route
This commit is contained in:
20
templates/network/public.html.twig
Normal file
20
templates/network/public.html.twig
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title %}Welcome!{% endblock %}</title>
|
||||
{% block stylesheets %}{% endblock %}
|
||||
<style>
|
||||
body {
|
||||
background-color: #333;
|
||||
color: #ddd;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{% block body %}{% endblock %}
|
||||
{% block javascripts %}{% endblock %}
|
||||
|
||||
<h1>Imagine some notices here</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user