-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1008 Bytes
/
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
33
34
35
36
37
38
<!DOCTYPE html>
<html 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>If Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img
src="logo.png"
alt="Institution logos"
height="200"
/>
</td>
<td>
<h1>Jurusan Informatika Universitas Pembangunan Veteran
Yogyakarta</h1> <br>
<p>
<a
href="https://www.google.com/maps/place/Universitas+Pembangunan+Nasional+
%22Veteran%22+Yogyakarta+-+Kampus+2+Babarsari/@-7.7673607,110.3881035,13z
/data=!4m9!1m2!2m1!1skampus+2!3m5!1s0x2e7a599155555555:0x536eb168b1dca148
!8m2!3d-7.7821544!4d110.4146253!15sCghrYW1wdXMgMpIBEXB1YmxpY191bml2ZXJzaX
R54AEA"
>Yogyakarta, Indonesia</a
>
</i>
</p>
</td>
</table>
</body>
</html>