Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
68b30c62
Commit
68b30c62
authored
Jul 07, 2016
by
Phil Höfer
Browse files
tor seite hinzugefügt
parent
b7d19943
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/Http/routes.php
View file @
68b30c62
...
...
@@ -62,6 +62,12 @@
Route
::
post
(
'kontakt'
,
'MailController@contactMail'
);
Route
::
get
(
'tor'
,
function
()
{
return
view
(
'tor'
)
->
with
(
'title'
,
'tor hidden service - MetaGer'
)
->
with
(
'navbarFocus'
,
'dienste'
);
});
Route
::
get
(
'spende'
,
function
()
{
return
view
(
'spende'
)
...
...
resources/lang/de/tor.php
0 → 100644
View file @
68b30c62
<?php
return
[
'torbutton'
=>
'Hidden-Service öffnen'
,
];
resources/views/tor.blade.php
0 → 100644
View file @
68b30c62
@
extends
(
'layouts.subPages'
)
@
section
(
'title'
,
$title
)
@
section
(
'content'
)
<
h1
>
MetaGer
hidden
service
</
h1
>
<
a
class
=
"btn btn-primary"
href
=
"http://b7cxf4dkdsko6ah2.onion/"
role
=
"button"
>
{{
trans
(
'tor.torbutton'
)}}
</
a
>
@
endsection
Write
Preview
Supports
Markdown
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