start
This commit is contained in:
29
index.html
29
index.html
@ -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>
|
Reference in New Issue
Block a user