33 lines
704 B
HTML
33 lines
704 B
HTML
<html>
|
|
<head>
|
|
<title>Creative Crafter</title>
|
|
<link href="" rel="stylesheet">
|
|
<style>
|
|
@font-face {
|
|
font-family: "Titillium";
|
|
src: url("/Titillium-Web-Regular.ttf");
|
|
}
|
|
body {
|
|
font-family: 'Titillium';
|
|
}
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
h2 {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1><img src="/icons/Controller.png" height="150svh">
|
|
<br/>
|
|
Creative Crafter</h1>
|
|
<h3>Hi, meine Gamertag ist Creative Crafter. Auf dieser Website zeige ich euch meine Spiele.</h3>
|
|
<h2><img src="/icons/spiele.png" height="25vh">Programmiern</h2>
|
|
|
|
|
|
|
|
|
|
<a href="/programmieren/spiele/"><img src="/icons/meine-spiele.png" height="100vh"></a>
|
|
</body>
|
|
</html> |