basic stuff
This commit is contained in:
5
index.css
Normal file
5
index.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.body {
|
||||
background: #000000;
|
||||
color: #ffffff;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
15
index.html
Normal file
15
index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Aki kann immernoch nicht Coden aber wird schon :3</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
<body style="background-color: black; color: white; font-family: Arial, sans-serif;">
|
||||
<div>
|
||||
<h1>Hallo Welt!</h1>
|
||||
<p>Dies ist eine einfache HTML-Seite, die nicht ganz von Aki erstellt wurde.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user