init: import repository
This commit is contained in:
48
files/paneltemplate.html
Normal file
48
files/paneltemplate.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user