-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
29 lines (23 loc) · 908 Bytes
/
index.php
File metadata and controls
29 lines (23 loc) · 908 Bytes
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Foundation for Sites</title>
<link rel="stylesheet" href="recursos/style_utils/css/style_utils.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="row expanded h-100-v v-center text-right">
<div class="columns h-a text-right p-1">
Jorge Ramírez
</div>
</div>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/what-input/dist/what-input.js"></script>
<script src="bower_components/foundation-sites/dist/js/foundation.js"></script>
<script src="recursos/js_utils/dist/js/js_utils.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>