49 lines
873 B
HTML
49 lines
873 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>net.desloratadyna</title>
|
|
<style>
|
|
body { font-family: sans-serif; font-size: 1em; }
|
|
#inactive { background-color: #eeeeee; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<img src="logo.png">
|
|
|
|
<h2>Hi, __DESLORATADYNA_USERNAME_PLACEHOLDER__!</h2>
|
|
|
|
<p>1 service connected</p>
|
|
<table border=1 cellpadding=5 cellspacing=0>
|
|
<tbody>
|
|
<tr>
|
|
<th>
|
|
name
|
|
</th>
|
|
<th>
|
|
description
|
|
</th>
|
|
<th>
|
|
actions
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
chat domestique
|
|
</td>
|
|
<td>
|
|
opinionated chat platform
|
|
</td>
|
|
<td>
|
|
<a href="#">Disconnect</a><br>
|
|
<a href="#">Terms of Service</a><br>
|
|
<a href="#">Privacy Policy</a><br>
|
|
<a href="#">Visit</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|