konata/index.html

17 lines
302 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" type="text/html; charset=utf-8" />
<style type="text/css">
body{
background: #000;
color: #aaa;
}
</style>
<title>Konata ready for service!</title>
</head>
<body>
<p>Ready for service sir! :3</p>
</body>
</html>