<!DOCTYPE html>
<html>
<head>
	<title>Maurits</title>
	<link rel="stylesheet" href="/src/style.css" type="text/css" />
	<link rel="stylesheet" href="/src/fonts.css" type="text/css" />
	<script src="/src/jquery.min.js"></script>
</head>
<body>
	<section role="main">BEGIN:VCARD
VERSION:3.0
N:Korse; Maurits;;
FN:Maurits Korse
<? if($_GET['type'] == 'private'){ ?>
URL:https://www.mauritskorse.nl
EMAIL:mail@mauritskorse.nl
TEL;TYPE=home,pref:+31 6 23040949
ADR;TYPE=dom,home,postal,parcel:;;IJsselstraat 11;the Hague;;2515XG;Netherlands
BDAY:1987-03-12
<? } else if($_GET['type'] == 'work'){ ?>
URL:https://www.mauritskorse.nl
EMAIL:mail@mauritskorse.nl
TEL;TYPE=home,pref:+31 6 23040949
ADR;TYPE=dom,home,postal,parcel:;;IJsselstraat 11;the Hague;;2515XG;Netherlands
<? } else { ?>
URL:https://www.mauritskorse.nl
EMAIL:mail@mauritskorse.nl
TEL;TYPE=home,pref:+31 6 23040949
<? } ?>
REV:2020-11-14
END:VCARD	</section>
</body>
</html>