Update index.php
This commit is contained in:
69
index.php
69
index.php
@@ -1,39 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="nl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>ben zijn betere homesite</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center; /* horizontaal midden */
|
||||
justify-content: center; /* verticaal midden */
|
||||
min-height: 100vh; /* scherm volledig gebruiken */
|
||||
margin: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none; /* bullets weg */
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none; /* onderstreping weg */
|
||||
color: blue;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center; /* horizontaal midden */
|
||||
justify-content: center; /* verticaal midden */
|
||||
min-height: 100vh; /* zorgt dat het scherm volledig wordt gebruikt */
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none; /* haalt die bullets weg */
|
||||
margin: 5px 0; /* beetje ruimte tussen de links */
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none; /* haalt de onderstreping weg */
|
||||
color: blue; /* kan je kleur aanpassen */
|
||||
font-size: 18px;
|
||||
}
|
||||
<h1>voor alle dieren in de dierentuin</h1>
|
||||
<ul>
|
||||
<h1>voor alle dieren in de dierentuin</h1>
|
||||
<li><a href="https://mail.de-roo.org">Webmail</a></li>
|
||||
<li><a href="https://cloud.de-roo.org/nextcloud">Nextcloud</a></li>
|
||||
<li><a href="https://agenda.de-roo.org">Agenda</a></li>
|
||||
<li><a href="https://remote.de-roo.org">Remote logon</a></li>
|
||||
<li><a href="https://lnk.de-roo.org/admin">URL shortening</a></li>
|
||||
<!-- <li><a href="https://zoo.de-roo.org">Zoo cam</a></li> -->
|
||||
<li><a href="https://dms.de-roo.org">Document Management System</a></li>
|
||||
<li><a href="https://blog.de-roo.org">Blog</a></li>
|
||||
<li><a href="https://cloud.de-roo.org/nextcloud/apps/phonetrack/publicSessionWatch/c5d522c3a4376e03a0ec0ac9931511de?refresh=15&autozoom=1&nbpoints=1">Tracker</a></li>
|
||||
@@ -46,8 +60,7 @@
|
||||
<li><a href="https://bin.de-roo.org">Text paste-bin</a></li>
|
||||
<li><a href="familieberichten.html">Familieberichten</a></li>
|
||||
<li><a href="http://spacedesk.de-roo.org">Desktop uitbreiding</a></li>
|
||||
<li><a href="rekenmachine.html" target="_blank">🧮</a>
|
||||
<!-- <p><?php echo "dit komt uit PHP"; ?></p> -->
|
||||
</ul>
|
||||
<li><a href="rekenmachine.html" target="_blank">🧮</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user