-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 906 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Sriracha&display=swap" rel="stylesheet">
<title>Liara CI/CD example</title>
<style>
.container {
margin-top: 250px;
text-align: center;
padding: 0px 10px;
}
.text {
font-family: 'Sriracha', cursive;
font-size: 35px; color: white;
}
</style>
</head>
<body style="background-color:#2c333f;">
<div class="container">
<h2 class="text">
Liara CI/CD example - V1
</h2>
</div>
</body>
</html>