14 lines
279 B
HTML
14 lines
279 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Cards For Humanity Reference Client</title>
|
||
|
<style></style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Cards For Humanity Reference Client</h1>
|
||
|
<hr />
|
||
|
<p>I am the Reference Client.</p>
|
||
|
</body>
|
||
|
</html>
|