Walter Hupfeld 1 month ago
parent 7d6b8edf1e
commit e59574b039

@ -17,14 +17,28 @@
<link rel="stylesheet" href="css/style.css" />
<title><?=$strTitle?></title>
</head>
<style>
.jumbotron {
display: flex;
}
.item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
<body>
<div class="container">
<h1><?=$strTitle?></h1>
<div class="jumbotron">
<img src="<?=$strLogo?>" />
<?=$strIntroText?>
<div class="item"><img src="<?=$strLogo?>" /></div>
<div class="item"><?=$strIntroText?></div>
</div>
<div>
<form method="GET" action="index.php">
<select name="d" style="float:left;margin-top:0.5em;margin-right:0.5em;" onchange="this.form.submit()">

Loading…
Cancel
Save