wcs/root/index.html

19 lines
322 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>w.c.s.</title>
<link rel="stylesheet" type="text/css" href="/css/wcs.css"/>
<style type="text/css">
p#wcs {
margin-top: 30%;
text-align: center;
font-weight: bold;
}
</style>
</head>
<body>
<p id="wcs">
w.c.s
</p>
</body>
</html>