-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOLDindex.html
More file actions
68 lines (56 loc) · 1.97 KB
/
OLDindex.html
File metadata and controls
68 lines (56 loc) · 1.97 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Club Benares</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="./media/A00 Logo - Light.png" type="image/png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body class="bg-club">
<!-- Header container where JavaScript will insert the header -->
<div id="header-container"></div>
<main>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Source code</title>
<link rel="stylesheet" href="css/style.css">
<script src="https://cdn.3dflipbook.net/js/jquery.min.js"></script>
</head>
<body>
<div class="source-link">
<a class="show-source" data="simple-tag-pdf"></a>
</div>
<div class="sample-container-box">
<div class="sample-container flip-book-container" src="books/gallery/Food/Catalago-Natal-22.pdf">
</div>
</div>
<script src="js/three.min.js"></script>
<script src="js/pdf.min.js"></script>
<script type="text/javascript">
window.PDFJS_LOCALE = {
pdfJsWorker: 'js/pdf.worker.js',
pdfJsCMapUrl: 'cmaps'
};
</script>
<script src="js/3dflipbook.min.js"></script>
</body>
</html>
</main>
<footer>
<div class="copyright">
© 2025 Club Benares. Todos os direitos reservados.
</div>
<div class="social-icons">
<a href="https://www.instagram.com/thebenaresclub" target="_blank" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
<a href="mailto:charlie@thebenaresclub.com" aria-label="Email"><i class="fas fa-envelope"></i></a>
</div>
</footer>
<!-- Load shared header -->
<script src="shared-header.js"></script>
</body>
</html>