blob: de64f392087e3cc3bbe15fff35cdd0b09781efc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>No Mobiles</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<div class="wrapper">
<div>
<h1>Vabandame</h1>
<p>Kahjuks ei saa Digirännakut läbida mobiilseadmel.</p>
<a href="../..">
<button>Tagasi</button>
</a>
</div>
</div>
</body>
</html>
|