mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 09:00:01 +01:00
init event hub project
This commit is contained in:
parent
eb9b1c77d9
commit
a0c3808aaf
2 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
# Event hub
|
||||
|
||||
This lesson i learned how to use semantic HTML elements
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Event Hub</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue