Commit 5bc754eb authored by Andreas Heimann's avatar Andreas Heimann

temporary coming soon message

parent 2f394319
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>SpinSha.re</title>
<!-- Stylesheets -->
{% block stylesheets %}{% endblock %}
</head>
<body>
<h1>Coming Soon!</h1>
<p>Join our <a href="https://spinsha.re/discord">Discord</a> for updates!</p>
</body>
</html>
\ No newline at end of file
{% extends 'base.html.twig' %} {% extends 'comingsoon.html.twig' %}
{% block title %}Hello IndexController!{% endblock %} {% block title %}Hello IndexController!{% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment