-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
23 lines (23 loc) · 925 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Algolia Sample template</title>
<meta name="description" content="An Algolia Sample" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Hind:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<div class="banner">
<span>This is an
<a href="https://github.com/algolia-samples"> Algolia sample template</a>
<a href="https://github.com/algolia-samples/sample-application">
View code on GitHub.
</a>
</span>
</div>
</body>
</html>