88 lines
2.3 KiB
HTML
88 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<style>
|
|
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
.dot {
|
|
height: 150px;
|
|
width: 150px;
|
|
background-color: #4CAF50;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
}
|
|
.dot1 {
|
|
height: 50px;
|
|
width: 50px;
|
|
background-color: #ABEE5E;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
}
|
|
.img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.button1 {
|
|
color: rgb(255, 255, 255);
|
|
padding: 14px 20px;
|
|
margin: 8px;
|
|
width: auto;
|
|
}
|
|
|
|
button {
|
|
background-color: rgb(107, 110, 107);
|
|
color: white;
|
|
padding: 14px 20px;
|
|
margin: 8px 0;
|
|
border: none;
|
|
cursor: pointer;
|
|
width: 30%;
|
|
}
|
|
|
|
@keyframes onload{
|
|
0% {opacity: 0}
|
|
100% {opacity: 1}
|
|
}
|
|
</style>
|
|
<body style="animation: onload 1s linear">
|
|
<form action="/action_page.php" method="post" id="main">
|
|
<div class="col-md-5 forgot-form">
|
|
<div>
|
|
<button class="button1" type="submit"><i class="fa fa-close"></i></button>
|
|
</div>
|
|
|
|
<div style="text-align:center">
|
|
<h1 id="mainModule">Modulüberschrift</h1>
|
|
<span class="dot">
|
|
<img id="img_39" src="img/vv.jpg" class="rounded-circles" alt="Cinque Terre" width="100" height="100" style="position: relative; top: 25px">
|
|
</span>
|
|
</div>
|
|
<div style="text-align:center">
|
|
<h1></h1>
|
|
<span id="mod1" class="dot1"></span>
|
|
<span id="mod2" class="dot1"></span>
|
|
<span id="mod3" class="dot1"></span>
|
|
</div>
|
|
|
|
<div style="text-align:center">
|
|
<h1 id="modulTitel">Modul Titel</h1>
|
|
<h2 id="modulUntertitel">Modul Untertitel</h2>
|
|
<p id="modulBeschreibung">Modul Beschreibung</p>
|
|
<div>
|
|
<button id="start" type="submit">Start</button>
|
|
<button id="adminEdit" style="display: none;">Änderungen speichern</button>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</form>
|
|
|
|
</body>
|
|
<script type="text/javascript" src="editAdmin.js"></script>
|
|
<script type="text/javascript" src="/app_39.js"></script></html>
|