-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·25 lines (13 loc) · 811 Bytes
/
Copy pathindex.html
File metadata and controls
executable file
·25 lines (13 loc) · 811 Bytes
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
<!doctype html public "-//w3c//dtd html 4.0 transitional//de">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="description" content="Homepage der ev. Kirchengemeinde Karlsbad-Ittersbach">
<meta name="keywords" content="Ittersbach, Gott, Jesus, Evangelisch, Kirche, Christlich, Religion, Gemeinde, Pfarrgemeinde">
<title>Evangelische Kirchengemeinde Ittersbach</title>
</head>
<frameset cols="220,*" framespacing="0" border="0" frameborder="0">
<frame src="navigation.htm" name="navigation" scrolling="auto" noresize>
<frame src="welcome.htm" name="main" noresize scrolling="auto">
</frameset>
</html>