-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (21 loc) · 843 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
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="tr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<!-- Style Main CSS -->
<link rel="stylesheet" href="content/css/style.css">
<title>İndex</title>
</head>
<body>
<!-- jQuery first, then Bootstrap JS -->
<script src="content/lib/jquery/jquery-3.5.1.min.js"></script>
<script defer="defer" src="content/lib/bootstrap/bootstrap.min.js"></script>
<!-- Other JS -->
<script defer="defer" src="content/lib/fancybox/jquery.fancybox.min.js"></script>
<script defer="defer" src="content/lib/swiperjs/swiper-bundle.min.js"></script>
<!-- Optional Developer Custom JavaScript -->
<script src="content/js/main.js"></script>
</body>
</html>