-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.php
More file actions
executable file
·25 lines (25 loc) · 798 Bytes
/
about.php
File metadata and controls
executable file
·25 lines (25 loc) · 798 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>
<html lang="de">
<head>
<title>SauerIT</title>
<?php include('php/layout/head.php');?>
</head>
<body>
<?php include('php/layout/navbar.php');?>
<main class="container-fluid">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<article>
<h1>Über</h1>
<p>
Diese Webseite wurde speziell für das Fach Internetbasierte System an der THM konzipiert.
Aufgebaut wurde Sie mti dem CSS Framework Bootstrap von Twitter, HTML5, CSS, Javascript und PHP.
Das Impressum wurde von eRecht-24 generiert und die Tagcloud von wordle.
Diese Webseite sit auch auf Github verfügbar, der Projektname ist <a href="https://github.com/csar56/WS2015" title="Github Projekt">WS2015</a>
</p>
</article>
</div>
</div>
</main>
</body>
</html>