forked from hr-john/elektrilevi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 1.02 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/elektrilevi/ressources/favicon.ico" type="image/x-icon" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Teenuste sisukord</title>
<link rel="stylesheet" href="./styles/index.css">
</head>
<body>
<h1>Teenuste sisukord</h1>
<div>
<div class="container">
<div class="items">
<a href="./pages/el_paketi_kalkulaator.html">Elektrilevi võrgupaketi kalkulaator</a>
<a href="./pages/tootmine.html">Eesti elektritoodangu ja hinna leidmine</a>
<a href="./pages/elektrilevi.html">Elektriarve arvutamine/leidmine</a>
<a href="./pages/arve.html">Arve</a>
<a href="./pages/tuulikud.html">Tuulikud</a>
</div>
</div>
</div>
</body>
</html>