-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Morrocoi</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="overlay back"></div>
<canvas id="funBackground"></canvas>
<div class="overlay front"></div>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 id="tittle">Cuentos para soñar.</h1>
<h3 id="subTittle">- Srita. Morrocoi</h4>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3" id="cuentos"></div>
</div>
</div>
<!----------------------------------- Scripts.---------------------------------->
<script src="assets/jquery/jquery-1.9.1.min.js"></script>
<script src="js/requestAnimationFrame.js"></script>
<script src="js/background.js"></script>
<script src="js/index.js"></script>
<script src="cuentos/cuentos.js"></script>
</body>
</html>