31 lines
724 B
HTML
31 lines
724 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>Einleitung</h1>
|
|
<h3>Hi, meine Gamertag ist Creative Crafter. Auf dieser Website zeige ich euch meine Spiele.</h3>
|
|
|
|
<h2>Meine Spiele:</h2>
|
|
<a href="/spiele/klick-the-witch/witc1h.html"><h3>Klick the Witch:</h3></a>
|
|
<img src="/spiele/klick-the-witch/logo.png" height="150vh">
|
|
<br/><br/>
|
|
<img src="/spiele/klick-the-witch/screenshot01.png" height="250vh">
|
|
</body>
|
|
</html> |