init event hub project

This commit is contained in:
bendwit 2025-06-17 11:27:43 +02:00
parent eb9b1c77d9
commit a0c3808aaf
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# Event hub
This lesson i learned how to use semantic HTML elements

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Event Hub</title>
</head>
<body>
</body>
</html>