stylehub/index.html

12 lines
283 B
HTML
Raw Normal View History

2023-10-16 18:46:36 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Adlerka</title>
</head>
<body>
2024-01-09 12:03:53 +01:00
<img src="res/wrapper.png" alt="">
2023-10-16 18:46:36 +02:00
</body>
</html>