2019-11-18 19:51:56 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2019-11-18 20:40:53 +01:00
|
|
|
<script type="application/javascript" src="/vendor/browser-polyfill.js"></script>
|
2019-11-18 19:51:56 +01:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Bree+Serif&display=swap" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="../css/index.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<h2>SOMtodayn't</h2>
|
|
|
|
</div>
|
2019-11-22 14:29:27 +01:00
|
|
|
|
2019-11-18 19:51:56 +01:00
|
|
|
<h3>Slogan toevoegen</h3>
|
|
|
|
<h6>Het laatste woord van de slogan wordt blauw.</h6>
|
|
|
|
<form id="sloganForm">
|
|
|
|
<input type="text" placeholder="Nieuwe slogan">
|
|
|
|
<button type="submit">Toevoegen</button>
|
|
|
|
</form>
|
2019-11-22 14:29:27 +01:00
|
|
|
|
|
|
|
<h3>SOMtonight™</h3>
|
|
|
|
<h6>Donkere modus voor SOMtoday</h6>
|
|
|
|
<input type="checkbox" name="tonight" id="tonight">
|
|
|
|
<label for="tonight">SOMtonight™ gebruiken</label>
|
|
|
|
|
2019-11-18 19:51:56 +01:00
|
|
|
<h3>Bestaande slogans</h3>
|
|
|
|
<h6>Klik op een slogan om deze te verwijderen.</h6>
|
|
|
|
<div id="sloganList">
|
|
|
|
</div>
|
2019-11-22 14:29:27 +01:00
|
|
|
|
2019-11-18 19:51:56 +01:00
|
|
|
<span class="footer">By McArn - 2019</span>
|
|
|
|
<script src="../js/index.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|