-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 789 Bytes
/
index.html
File metadata and controls
24 lines (23 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>ToToTec Impressum</title>
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8">
</head>
<body>
<div id="content">
<p id="maininfo">
<span id="company">ToToTec GbR</span><br />
<span id="owners">Tobias Roeser und Tobias Lahn</span><br />
<span id="street">Wittstockstraße 4</span><br />
<span id="city">04317 Leipzig</span><br />
</p>
<p id="contactinfo">
<span id="email">eMail: info@tototec.de</span><br />
<span id="phone">Telefon: 0341 / 39 29 08 65</span><br />
</p>
</div>
</body>
</html>