mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>TestTool - FH Technikum Wien</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="../../vendor/twbs/bootstrap/dist/css/bootstrap.min.css">
|
|
<link href="../../skin/style.css.php" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div class="row">
|
|
<div class="col-xs-11">
|
|
<div class="row" style="margin-bottom: 20px; margin-top: 3%;">
|
|
<div class="col-xs-6 text-center" style="border-right: 1px solid lightgrey; float: left">
|
|
<h1 style="white-space: normal">Vielen Dank für die Teilnahme an unserem Aufnahmeverfahren.</h1>
|
|
<br/><br/>
|
|
Die zuständige Assistenz wird sich in den nächsten Tagen bei Ihnen melden.
|
|
<br/><br/>
|
|
<a href="login.php" class="btn btn-default">Zurück zur Startseite</a>
|
|
</div>
|
|
<div class="col-xs-6 text-center" style="float: left">
|
|
<h1 style="white-space: normal">Thank you for participating in our admission procedure.</h1>
|
|
<br/><br/>
|
|
The assistant in charge will contact you in the next few days.
|
|
<br/><br/>
|
|
<a href="login.php" class="btn btn-default">Back to startpage</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|