<!DOCTYPE html>
<html style="background-color:rgba(0,0,0,0.9);margin:0px;padding:0px;color:green;">
<head>
<title>HTML Telefonliste</title>
<style>a:link{color:rgb(0,100,0);text-decoration:none;}
a:visited{color:rgb(0,0,100);text-decoration:none;}
a:focus{color:rgb(0,150,0);text-decoration:none;}
a:hover{color:rgb(0,250,0);text-decoration:none;}
a:active{color:rgb(0,250,0);text-decoration:none;}</style>
</head>
<body style="margin:0px;padding:0px;">
<span style="color:white;font-size:2em;">
<div><a href="sip:spy">Abhören</a></div>
<div><a href="tel:0">AMT</a></div>
<div><a href="callto:100">Zeitansage</a></div>
<div><a href="sip:1000">Mobilteil</a></div>
<div><a href="sip:1001">Smartfon</a></div>
<div><a href="sip:1003">Tablet</a></div>
<div><a href="hangup:">Auflegen</a></div>
</span>
</body>
</html>