-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.31 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex">
<title>Architektonische Schätze im Grünen</title>
<link rel="stylesheet" href="lingulo-accordion.css" type="text/css" media="screen" />
</head>
<body>
<div id="lingulo-accordion">
<div>
<h3>Any content</h3>
<p>You can add any content you like: Text, Images, Videos</p>
<img src="http://www.lingulo.com/wp-content/themes/starcash/images/logo.png" alt="Lingulo.com - A resource for web developers">
</div>
<div>
<h3>Tiny script</h3>
<p>Only 562 Bytes of JavaScript code, only three CSS rules</p>
</div>
<div>
<h3>Easy to use</h3>
<p>Follow the three easy steps at <a href="http://www.lingulo.com/snippets-downloads/super-simple-jquery-accordion-snippet">http://www.lingulo.com/snippets-downloads/super-simple-jquery-accordion-snippet</a></p>
</div>
<div>
<h3>Cross-Browser, Cross-Device</h3>
<p>The Lingulo-Accordion works in almost any browser (> IE 6 and Chrome > 15.0) and device</p>
</div>
</div>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
<script type="text/javascript" src="lingulo-accordion.min.js"></script>
</body>
</html>