add html file with basic content
This commit is contained in:
parent
4650f6389d
commit
9fd12c228c
17
index.html
Normal file
17
index.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Yaras Website</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Herzlich willkommen!</h1>
|
||||
<p>Warum du meine Seite besuchen solltest:</p>
|
||||
<ul>
|
||||
<li>Sie ist cool.</li>
|
||||
<li>Du bist cool.</li>
|
||||
<li>Warum nicht.</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user