-
Notifications
You must be signed in to change notification settings - Fork 0
/
option.php
executable file
·38 lines (38 loc) · 1.03 KB
/
option.php
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
<!DOCTYPE html>
<html lang="es" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="../css/default.css" />
<link rel="stylesheet" type="text/css" href="../css/component.css" />
<script src="../js/modernizr.custom.js"></script>
<style>
</style>
</head>
<body>
<div class="container demo-3">
<ul class="grid cs-style-6">
<li>
<figure>
<img src="../img/0.jpg" alt="img01">
<figcaption>
<a class="desktop" href="../Estuidantes">/Estuidante/</a>
</figcaption>
</figure>
</li>
<li>
<figure>
<img src="../img/1.jpg" alt="img03">
<figcaption>
<a class="monitor" href="../Profesores">Profesores</a>
</figcaption>
</figure>
</li>
</ul>
</div>
<div id="desktop"></div>
<script src="../js/toucheffects.js"></script>
<script src="../js/script.js"></script>
</body>
</html>