-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathteam.html
40 lines (35 loc) · 1.05 KB
/
team.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>
<head>
<title>LAMPS - The team & the goals</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script src="js/includeHTML.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<div w3-include-html="header-section.html"></div>
<div w3-include-html="team-section.html"></div>
<!-- <section>
<div class="container">
<p>To correctly see the following section please deactivate your adblocker.</p>
</div>
<div w3-include-html="sponsor-section.html"></div>
</section> -->
<div w3-include-html="footer-section.html"></div>
<script>
includeHTML();
</script>
</body>
</html>