-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>xcert.ai | home</title>
<link rel="stylesheet" href="styles.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');
</style>
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="background background-top-left"></div>
<div class="background background-top-right"></div>
<div class="background background-bottom-left"></div>
<div class="background background-bottom-right"></div>
<div class="container">
<img src="img/xcert.ai-logo.png" class="logo-main">
<h1>xcert.ai</h1>
<h2 class="arial">coming soon:</h2>
<h2 class="main-message">Aerospace Compliance and Certification, let AI do the hard work
</h2>
</div>
</body>
</html>