ptth/ptth_handlebars/test_relay_server_list.html

38 lines
518 B
HTML

<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
font-family: sans;
}
.entry {
display: inline-block;
padding: 20px;
min-width: 50%;
}
.entry_list div:nth-child(odd) {
background-color: #ddd;
}
</style>
<title>Server list</title>
</head>
<body>
<h1>Server list</h1>
<div class="entry_list">
<div>
<a class="entry" href="alice/">alice</a>
</div>
<div>
<a class="entry" href="beth/">beth</a>
</div>
</div>
</body>
</html>