13 lines
314 B
HTML
13 lines
314 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Cards For Humanity Reference Client</title>
|
|
<link type="text/css" rel="stylesheet" href="css">
|
|
</head>
|
|
<body>
|
|
<h1>Cards For Humanity Reference Client</h1>
|
|
<hr />
|
|
<p>I am the Reference Client.</p>
|
|
</body>
|
|
</html>
|