-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
27 lines (26 loc) · 1.22 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>novafacile OÜ - Digital Products for Special Interests</title>
<meta name=description content="Digital products for special interests. With great user experience and information you really want.">
<meta name="author" content="novafacile OÜ">
<meta name="robots" content="index, follow">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="canonical" href="https://novafacile.github.io" />
<link rel=stylesheet href="assets/bootstrap.min.css">
<link rel=stylesheet href="assets/style.css">
</head>
<body>
<div class="vh-100 container-fluid text-center content">
<img src="img/logo-novafacile.png" class="logo">
<h1 class="display-1 pb-5">novafacile</h1>
<p class="mt-5">
<a href="https://novafacile.com" class="btn btn-outline-light me-3">About us</a>
<a href="https://github.com/novafacile" class="btn btn-outline-light">Github</a><br>
</p>
<p class="position-absolute bottom-0 start-50 translate-middle-x mb-5 text-muted">© 2021 novafacile OÜ</p>
</div>
</body>
</html>