-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 933 Bytes
/
index.html
File metadata and controls
28 lines (27 loc) · 933 Bytes
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
<!-- This is a sample interface for testing Tecxick Web Animation Libraries
* Can be used as a documentation -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tecxick/TAnimations@v1.0.1/TAnimations.css"/>
<script src="https://cdn.jsdelivr.net/gh/tecxick/TAnimations@v1.0.1/TAnimations.js"></script>
<title>Tecxick Web Animations</title>
</head>
<body>
<nav class="top-nav">
<div class="nav-logo">
<img src="Resources/Tecxick Logo.svg" alt="Tecxick logo">
</div>
<a class="acrylic-button">
<img src="Resources/Phone.svg" alt="Phone" class="button-icon">
Contact Us
</a>
</nav>
<script>
AnimInit();
</script>
</body>
</html>