start
This commit is contained in:
parent
7d6b8edf1e
commit
e59574b039
18
start.php
18
start.php
@ -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…
Reference in New Issue
Block a user