1
0
2024-02-19 17:20:18 +01:00

32 lines
452 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>
</body>
</html>