-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 850 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 850 Bytes
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>
<head>
<title>Tedee Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<div class="header">
<div class="container">
<img src="/assets/main_logo.svg" alt="Tedee logo">
</div>
</div>
<div class="documentation container">
<h1>Tedee Documentation</h1>
<p>
Welcome to Tedee's Developer Documentation Hub. Discover detailed guides and resources for all integration types within our ecosystem. Each link offers comprehensive support to help you seamlessly integrate and make the most of our services.
</p>
<div class="documentation-links"></div>
</div>
<script src="/index.js" type="application/javascript"></script>
</body>
</html>