Added warning about migration!
This commit is contained in:
parent
0f8d2c511f
commit
fb26a4bd78
|
@ -6,6 +6,24 @@
|
||||||
<title>qwik</title>
|
<title>qwik</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div style="background-color: var(--red); padding: 1rem 2rem;">
|
||||||
|
<h1 style="margin-top: 0; color: var(--surface)">
|
||||||
|
Important notice!
|
||||||
|
</h1>
|
||||||
|
<p style="color: var(--surface)">
|
||||||
|
We are currently migrating our server infrastructure. Our services will continue to stay up during the migration but
|
||||||
|
<b style="color: inherit;">after the migration we cannot guarantee data integrity</b>!
|
||||||
|
<br><br>
|
||||||
|
The reasons are that we are going to embrace virtualisation more in hopes that it makes maintence less of a pain.
|
||||||
|
We are also going to implement an LDAP (Lightweight Directory Access Protocol) solution so that signing in to services will be nice and seamless.
|
||||||
|
<br><br>
|
||||||
|
We are really sorry for the inconvenience, but we hope to make the future more convenient.
|
||||||
|
<br><br>
|
||||||
|
<b style="color: inherit;">WE RECOMMEND BACKING UP ALL YOUR (IMPORTANT) DATA NOW!</b>
|
||||||
|
<br><br>
|
||||||
|
-- Team qwik <span style="font-size: 1.5rem; color: inherit; left: -.25rem; top: .1rem; position: relative;"> <3 </span>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="#services">services</a>
|
<a href="#services">services</a>
|
||||||
<a href="#contact">contact</a>
|
<a href="#contact">contact</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user