Compare commits
1 Commits
main
...
feature-an
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ff89a715a |
7
Anthony's Site/anthony.css
Normal file
7
Anthony's Site/anthony.css
Normal file
@ -0,0 +1,7 @@
|
||||
body {
|
||||
background-color: antiquewhite;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
}
|
||||
21
Anthony's Site/anthony.html
Normal file
21
Anthony's Site/anthony.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Feature - Anthony</title>
|
||||
<link rel="stylesheet" href="anthony.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Willkommen</h1>
|
||||
<p>Das ist die Webseite von Anthony</p>
|
||||
|
||||
<h2>Das ist mein Untertitel</h2>
|
||||
<ul>
|
||||
<li>Mit ein Paar Bullet-Points</li>
|
||||
<li># 1</li>
|
||||
<li># 2</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
11
anthony.html
11
anthony.html
@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Feature - Anthony</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user