2 Einträge, 1 Seite |
1
2
3
<tr>
<td class='menu_cell'><a target='_self' href="index.php?t=effects">Effekte</a></td>
</tr>
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<?php
session_start();
require_once('includes/dbconnect.php');
?>
<html>
<head>
<title>nrg db</title>
<meta http-equiv="content-type" content="text/html" charset="utf8";>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<style type="text/css"></style>
</head>
<body>
<div id = 'menu'>
<table class='menu'>
<tr>
<td class='menu_cell'><a target='_self' href="index.php?t=effects">Effekte</a></td>
</tr>
<div id = 'topic_title'>
Anleitung
</div>
<div id = "intro">
<p>Willkommen! .</p>
</div>
</body>
</html>
2 Einträge, 1 Seite |