Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8d89f8dd
authored
Dec 09, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
redirection to /app path
parent
8a03979f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
sails/src/assets/index.html
sails/src/assets/index.html
0 → 100644
View file @
8d89f8dd
<!DOCTYPE HTML>
<html
lang=
"en-US"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"refresh"
content=
"1;url=/app"
>
<script
type=
"text/javascript"
>
window
.
location
.
href
=
"/app"
</script>
<title>
Page Redirection
</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the
<a
href=
'/app'
>
link to example
</a>
</body>
</html>
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