-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #95 Create 404 Page #385
base: develop
Are you sure you want to change the base?
Conversation
<body> | ||
<div class="background hero"></div> | ||
<h1 class="primary-color" style="position: fixed; top: 30%; left: 20%;">You will get what you have asked for. | ||
Nothing...</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish we had something more like supreme commander
information.
Like:
There is nothing left, commander.
Or
We couldn't find the page for you, commander.
Or:
Dostya: No vodka found in the trunk...
etc...
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> | ||
<link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css"> | ||
<link href="https://faforever.com/styles/css/site.min.css" rel="stylesheet" type="text/css"/> | ||
<link rel="stylesheet" th:href="@{/css/style.css}" type="text/css"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW: How does @{/css/style.css}
works?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's some thymeleaf stuff
</head> | ||
<body> | ||
<div class="background hero"></div> | ||
<h1 class="primary-color" style="position: fixed; top: 30%; left: 20%;">Oops... Something went wrong!</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, more commander like stuff.
Just a few words on the state as discussed with bukajsytlos:
|
Closes #95 Create 404 Page