-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<title>Konf - Index of Kafka related conference talks</title>
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.jsdelivr.net/npm/fuse.js/dist/fuse.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="scripts.js"></script>
</head>
<body>
<img src="logo.png"/>Find conference talks about Apache Kafka!
<header>
<div><input id="search" type="text" placeholder="Search a talk"/></div>
<div id="years"></div>
<div id="tags"></div>
</header>
<div id="results"></div>
<footer>
<hr/>
Apache, Apache Kafka®, Kafka and the other Apache projects mentioned are trademarks of the <a href="https://www.apache.org/" target="_blank">Apache Software Foundation</a>. The Apache Software Foundation has no affiliation with this website.
</footer>
</body>
</html>