-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 918 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html>
<head>
<title>ExactAlytics</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>* {font-family: "Schibsted Grotesk", sans-serif}</style>
</head>
<body style="height:100%">
<div style="padding: 50px 100px; background: black; width: fit-content; margin: auto;">
<img src="favicon.ico" style="margin:auto" width="200" />
<h1>ExactAlytics</h1>
<p>Super easy analytics with precise numbers</p>
<h2>100% free</h2>
<a href="analytics"><button>Dashboard</button></a>
</div>
</body>
</html>