mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Update 404.html
This commit is contained in:
parent
1c49f61307
commit
5879c2ef77
1 changed files with 7 additions and 3 deletions
10
404.html
10
404.html
|
@ -1,11 +1,15 @@
|
|||
---
|
||||
sitemap: false
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url=https://flame.ga/">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Flame.ga provides you a powerful experience in Minecraft. On this server, you can do whatever you want, without any consequenses; grief, troll, use hacks - you name it.">
|
||||
<title>Flame.ga » Free OP Server</title>
|
||||
<title>{{ site.title }}</title>
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<link rel="canonical" href="{{ site.url }}">
|
||||
<meta http-equiv="refresh" content="0;url={{ site.url }}">
|
||||
<style type="text/css">
|
||||
html {
|
||||
background: #000;
|
||||
|
|
Loading…
Reference in a new issue