1
0
This commit is contained in:
matt 2024-02-11 20:13:49 +01:00
parent 09d9122560
commit 2b50633d29
6 changed files with 506 additions and 3 deletions

BIN
Titillium-Web-Regular.ttf Normal file

Binary file not shown.

View File

@ -1,8 +1,31 @@
<html>
<head>
<title>Hallo</title>
<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>Hallo Welt!!</h1>
<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>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 KiB

File diff suppressed because one or more lines are too long