-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 750 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 750 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,400,500,700" rel="stylesheet">
<title>GitHub</title>
</head>
<body>
<main>
<select id="user-select" name="select-user">
<option class="option-user">Selecciona una usuaria</option>
</select>
<div class="user-container">
</div>
<div class="member-since">
<p></p>
</div>
</main>
<footer>
<img class="adalab-logo" src="images/logo-adalab-80px.png" alt="logo-adalab">
</footer>
<script src="js/main.js"></script>
</body>
</html>