77 lines
1.8 KiB
HTML
77 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<title> About Me </title>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
|
|
<body>
|
|
<p> Here you get ( o-o)~[ 20€ ] </p>
|
|
<p> Now you have to get me an A++ (ò-ó) </p>
|
|
|
|
<p> <b>Hier</b> kommt ihr zu den anderen Seiten </p>
|
|
<ul>
|
|
<li>
|
|
<a href="about_me.html"> About mew! </a>
|
|
</li>
|
|
<li>
|
|
<a href="contact.html"> Kontaktiere mich doch :3 </a>
|
|
</li>
|
|
<li>
|
|
<a href="portfolio.html"> Portfolio </a>
|
|
</li>
|
|
</ul>
|
|
|
|
<h1> This is real, this is me</h1>
|
|
<h2> This is exactly, where I'm supposed to be ♫ </h2>
|
|
|
|
<h4> Damit das "about mew!" mal gerechtfertigt ist:</h4>
|
|
<embed src="files/mew.png" />
|
|
|
|
<div>
|
|
<label>Süß, oder?</label>
|
|
<input type="checkbox">
|
|
</div>
|
|
|
|
<table>
|
|
<tr>
|
|
<th> Hello </th>
|
|
<th> I'm </th>
|
|
<th> a </th>
|
|
<th> table </th>
|
|
</tr>
|
|
<tr>
|
|
<td> a table </td>
|
|
<td> without css </td>
|
|
<td> is </td>
|
|
<td> ugly </td>
|
|
</tr>
|
|
<tr>
|
|
<td> a table </td>
|
|
<td> without css </td>
|
|
<td> is </td>
|
|
<td> ugly </td>
|
|
</tr>
|
|
</table> <br>
|
|
|
|
<img src="files/robin-redbreast-in-tree-5038867_640.jpg" alt="Cheep Cheep, I'm a Sheep" /> <br><br>
|
|
|
|
<div>
|
|
Quick Mafs! <br>
|
|
<code>
|
|
x = 5; <br>
|
|
y = 3; <br>
|
|
x + y = 8;
|
|
</code>
|
|
</div>
|
|
|
|
<ol>
|
|
<li> Ich kann schon </li>
|
|
<li> den Zahlenbereich </li>
|
|
<li> von 1 bis 20 </li>
|
|
</ol>
|
|
|
|
</body>
|
|
|
|
</html> |