-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 898 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
<!doctype html>
<html lang="eu">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>izenak.eus - Euskal izenen bilatzailea</title>
<meta
name="description"
content="Bilatu euskal izenak zure seme-alabentzat. Hemen Euskaltzaindiaren izen zerrenda iragazteko eta gustoko dituzun izenak aurkitzeko aukera izango duzu."
/>
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>
<noscript>
<strong
>Ez dago Izenak.eus erabiltzerik Javascript gabeko nabigatzailean,
barkatu eragozpenak.</strong
>
</noscript>
<div id="app" class="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>