-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.75 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
<html>
<head>
<title>Ruzzle</title>
</head>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<script src="js/Ruzzle.js" type="text/javascript"></script>
<script src="https://a63e902b-2b38-424e-b5d1-d22c31ddaaa9-00-1tc20mqb1eiwf.worf.replit.dev/tracker.js" data-site-id="88f5185fac3c9cc48c00fabf1a6c0466"></script>
<link rel="stylesheet" href="bootstrap/css/bootstrap.css" />
<link href="css/style.css" rel="stylesheet" type="text/css">
<body>
<div class="contenedor container">
<h1 class="titulo">Ruzzle</h1>
<p>.:: Ruzzle es un rompecabezas simple echo con Jquery y Jquery Ui ::.</p>
<div>
<a class="imagen-A btn">Escoja Una imagen</a>
<a class="reload btn">Limpiar</a>
<div class="selection">
<img src="https://plus.unsplash.com/premium_photo-1734275012690-6d3006fba036?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" class="img" />
<img src="https://plus.unsplash.com/premium_photo-1669833443895-ce69a383fc64?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" class="img" />
<img src="https://images.unsplash.com/photo-1636777299552-4fbb482b9267?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" class="img" />
</div>
</div>
<div class="row">
<div class="box">
</div>
<div class="box-2">
</div>
</div>
</div>
</body>
</html>