-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (48 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>We've Moved</title>
<link href="bootstrap.min.css" rel="stylesheet">
<style>
body {
background-color: rgb(43, 56, 198);
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<link href="cover.css" rel="stylesheet">
</head>
<body class="d-flex h-100 text-center text-white">
<div class="container d-flex p-3 mx-auto flex-column">
<main>
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center">
<img src="movingpig.jpg" class="rounded" alt="We're Moving" height="588">
</div>
<h1>Diaper.app has Moved!</h1>
<p class="lead">Time to update your bookmarks because Diaper.app is now Humanessentials.app!</p>
<p class="lead">Nothing has changed but the name.</p>
<p class="lead">
<a href="https:\\humanessentials.app" class="btn btn-lg btn-outline-secondary fw-bold border-white bg-white">Visit Human
Essentials</a>
</p>
</main>
<footer class="mt-auto text-white-50">
<a
href="https://www.freepik.com/free-vector/moving-new-apartment-concept_9650123.htm#query=moving&position=1&from_view=search&track=sph">Image
by pch.vector</a> on Freepik
</footer>
</div>
</body>
</html>