konata/index.html

17 lines
302 B
HTML
Raw Permalink Normal View History

2020-12-25 20:57:07 +01:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" type="text/html; charset=utf-8" />
2020-12-28 02:56:22 +01:00
<style type="text/css">
body{
background: #000;
color: #aaa;
}
</style>
2020-12-25 20:57:07 +01:00
<title>Konata ready for service!</title>
</head>
<body>
<p>Ready for service sir! :3</p>
</body>
</html>