-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1002 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
<!DOCTYPE html>
<html>
<head>
<title>Lankytinos vietos</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<style>
body div {
margin: auto;
text-align: center;
font-family: "Monospace";
padding: 20px;
}
a, a:visited {
color: black;
}
</style>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css" />
</head>
<body>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/lietuvoje/lankytinos-vietos">Fork me on GitHub</a>
</div>
</div>
<div>
<h2><a href="https://www.google.com/maps/d/edit?mid=z_dyyN3Kux7s.kw0X6MDaZuBg&usp=sharing">Žemėlapis numeris 1</a></h2>
</div>
<div>
<h2><a href="https://www.google.com/maps/d/edit?mid=z_dyyN3Kux7s.kbG08Fum-OO4&usp=sharing">Žemėlapis numeris 2</a><h2>
</div>
</body>
</html>