Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
B
Backend Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SpinShare
Backend Server
Commits
5bc754eb
Commit
5bc754eb
authored
Apr 03, 2020
by
Andreas Heimann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporary coming soon message
parent
2f394319
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
templates/comingsoon.html.twig
templates/comingsoon.html.twig
+14
-0
templates/index/index.html.twig
templates/index/index.html.twig
+1
-1
No files found.
templates/comingsoon.html.twig
0 → 100644
View file @
5bc754eb
<!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
templates/index/index.html.twig
View file @
5bc754eb
{%
extends
'
base
.html.twig'
%}
{%
extends
'
comingsoon
.html.twig'
%}
{%
block
title
%}
Hello IndexController!
{%
endblock
%}
{%
block
title
%}
Hello IndexController!
{%
endblock
%}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment