-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 835 Bytes
/
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
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Now" />
<meta
name="keywords"
content="flaky, flaky tests, tdd, test driven development, xp, extreme programming, ci, continuous integration"
/>
<style>
body {
background: #FFFFFF;
font-family: Helvetica, Verdana, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
}
.h1 {
font-size: 6rem;
font-weight: bold;
}
a {
color: #325AE7;
}
</style>
<title>Now</title>
</head>
<body>
<p class="h1">NOW</div>
<p>
Our paper
<a href="https://github.com/Michael-Hering/whenshouldifixflakytests/releases">here</a>
explains why
</p>
</body>
</html>