add html/css demos for 223015c chapter 1: html basics, widgets, a11y
This commit is contained in:
12
slides/223015c/assets/demos/grundgeruest.html
Normal file
12
slides/223015c/assets/demos/grundgeruest.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title>Portfolio von ...</title>
|
||||
<meta name="description" content="Hier gibt es die besten ..." />
|
||||
<meta name="og:image" content="https://...." />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hallo Welt!</h1>
|
||||
<p>Das ist mein erster Absatz.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user