24 lines
775 B
HTML
24 lines
775 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>deligiaouris.gr</title>
|
|
<link rel="stylesheet" href="./style.css">
|
|
<link rel="icon" href="./favicon.ico" type="image/x-icon">
|
|
<script src="https://cdn.jsdelivr.net/npm/tsparticles-all@2.12.0/tsparticles.all.bundle.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<div id="tsparticles"></div>
|
|
<div class="logo">
|
|
<svg width="259" height="90" xmlns="http://www.w3.org/2000/svg">
|
|
<image href="./logo.svg" height="90" width="259" />
|
|
</svg>
|
|
</div>
|
|
</main>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|