-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (29 loc) · 1011 Bytes
/
index.html
File metadata and controls
34 lines (29 loc) · 1011 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
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>HckUr</title>
<link rel="stylesheet" type="text/css" href="src/css/index.css">
<link rel="icon" href="/media/logoINVCuadrado.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="HckUr awesome webpage" />
<meta property="og:title" content="HckUr" />
<meta property="og:site_name" content="HckUr"/>
<meta property="og:description" content="HckUr awesome webpage" />
<meta property="og:image" content="/media/logoIndex.png" />
</head>
<body>
<div id="center">
<img src="media/logoIndex.png"></img>
<div id="name">
HckUr
</div>
<div class="flag" id="leftFlag">
<a href="ES"><img src="media/flags/spain.png"></img></a>
</div>
<div class="flag" id="rightFlag">
<a href="EN"><img src="media/flags/uk.png"></img></a>
</div>
</div>
</body>
</html>