-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
40 lines (31 loc) · 1.22 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>WELCOME</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A basic HTML skeleton">
<meta name="keywords" content="HTML,code,tags">
<meta name="author" content="Anas Singularity">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<span>We are</span>
<strong class="hero-section__words">
<span class="title__effect is-visible">AweSome</span>
<span class="title__effect">Creative</span>
<span class="title__effect">Free</span>
</strong>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/script.js"></script>
<div class="button-group">
<a href="index.html" class="btn btn-outline-primary button-sm">Image</a>
<a href="index_slider.html" class="btn btn-outline-primary button-sm">Silder</a>
<a href="index_video.html" class="btn btn-outline-primary button-sm">Video</a>
</div>
<!-- JS -->
<script src="assets/js/plugins/animate-headline.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>