-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (66 loc) · 1.71 KB
/
index.html
File metadata and controls
69 lines (66 loc) · 1.71 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
69
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Soluciones Hospedadas</title>
<link rel="shortcut icon" href="images/favicon.ico" >
<link href="css/bootstrap.css" rel="stylesheet"/>
<link href="css/shcloudservices.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">Soluciones Hospedadas</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span8">
<img id="cloudwords" src="images/cloudwords.png"/>
</div>
<div class="span4">
<h3>Síguenos en twitter</h3>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 30000,
width: 260,
height: 300,
theme: {
shell: {
background: '#0095c2',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#0095c2'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('shcloudservices').start();
</script>
</div>
</div>
<hr>
<footer>
<p class="text-center">© Soluciones Hospedadas 2013 - RIF J-40028335-3</p>
</footer>
</div>
<!-- Piwik -->
<script type="text/javascript" src="js/piwikbase.js"></script>
<script type="text/javascript" src="js/piwiktrack.js"></script>
<noscript><p><img src="http://piwik.solucioneshospedadas.com/piwik.php?idsite=2" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tracking Code -->
</body>
</html>