Delete home.php
This commit is contained in:
70
home.php
70
home.php
@@ -1,70 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="nl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="robots" content="noindex">
|
||||
<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: 'Courier New', Courier, monospace;
|
||||
background-color: rgba(36, 93, 164, 1);
|
||||
color: #ffffff; /* wit voor goed contrast */
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none; /* bullets weg */
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none; /* onderstreping weg */
|
||||
color: #00ffff; /* mooie cyan kleur */
|
||||
font-size: 18px;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: #000000; /* hover kleur verandert naar oranje */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>voor alle dieren in de dierentuin</h1>
|
||||
<ul>
|
||||
<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://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>
|
||||
<li><a href="https://media.de-roo.org">Media speler</a></li>
|
||||
<li><a href="https://code.de-roo.org">VS Code online</a></li>
|
||||
<li><a href="https://radicale.de-roo.org">Radicale CalDav/CardDav</a></li>
|
||||
<li><a href="https://yt.de-roo.org">Internetfilmpjes</a></li>
|
||||
<li><a href="https://dl.de-roo.org">Filmpjes downloaden</a></li>
|
||||
<li><a href="https://transfer.de-roo.org">Filetransfer</a></li>
|
||||
<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">rekenmachine</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user