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