We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd264a3 commit d958b3fCopy full SHA for d958b3f
1 file changed
yvette.html
@@ -0,0 +1,32 @@
1
+<!doctype html>
2
+<html lang="nl">
3
+<head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <meta name="robots" content="noindex, nofollow" />
7
+ <title>Yvette</title>
8
+ <style>
9
+ html, body {
10
+ height: 100%;
11
+ margin: 0;
12
+ }
13
+ body {
14
+ display: flex;
15
+ align-items: center;
16
+ justify-content: center;
17
+ background: #fff;
18
+ color: #000;
19
+ font-family: Arial, Helvetica, sans-serif;
20
+ text-align: center;
21
+ font-size: 5em;
22
+ font-weight: bolder;
23
24
+ </style>
25
+</head>
26
+<body>
27
+ <div>
28
+ <div>Is Yvette op vakantie?</div>
29
+ <div>Jup.</div>
30
+ </div>
31
+</body>
32
+</html>
0 commit comments