Initial commit
This commit is contained in:
10
HTML/html-kurs/Basics/halloWelt.html
Normal file
10
HTML/html-kurs/Basics/halloWelt.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Hello World!</title>
|
||||
</head>
|
||||
<body>
|
||||
Hallo Welt!
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user