This repository has been archived on 2019-10-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solution-placeholder/public/index.html

20 lines
708 B
HTML

<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<title>Solution Web</title>
<link href="https://fonts.googleapis.com/css?family=Lato:400,800&amp;display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div id="main">
<img id="logo" src="assets/logo.svg">
<h1>Solution Web is gestopt</h1>
<p>Ik neem geen nieuwe opdrachten aan. Alle bestaande contracten zullen nog wel vervuld worden. Mocht u toch nog
contact op willen nemen, verwijs ik u graag door naar <a href="https://bertptrs.nl/">mijn persoonlijke
website</a>.</p>
<p class="footer">Kvk 54400090 | © Solution Web 2019</p>
</div>
</body>
</html>