-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 907 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
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Documentació Plantilla Wordpress Bridge</title>
<style>
body {
font-size: 17px;
font-family: Georgia, serif;
line-height: 1.5;
color: #383738;
}
a {
color: #ea534f;
text-decoration: none;
border-bottom: 1px solid;
}
a:hover {
border-bottom: none;
}
#content {
max-width: 80%;
margin: 20px auto;
}
</style>
</head>
<body>
<div id="content">
<h4>Enllaços als diferents productes que conformen la plantilla:</h4>
<ul>
<li><a href="http://bridge.qodeinteractive.com/documentation/">Bridge - Retina Multi-Purpose WordPress Theme</a></li>
<li><a href="layerslider/documentation.html">LayerSlider for WordPress documentation</a></li>
<li><a href="visualcomposer/readme.html">Visual Composer Page Builder for WordPress</a></li>
</ul>
</div>
</body>
</html>