create html and css
This commit is contained in:
parent
b4091cd532
commit
3e6ce7dccd
16
ermin-zoronjic.html
Normal file
16
ermin-zoronjic.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Basic Setup</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<main class="container">
|
||||
<h1>Hallihallöchen</h1>
|
||||
<p>Wasgehtwasgehtwasgeht</p>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user