mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Improved appearance of processed categories
This commit is contained in:
parent
b48b6db028
commit
64ead89601
@ -42,6 +42,9 @@
|
||||
<main>
|
||||
|
||||
<div id="home" class="category container">
|
||||
|
||||
<h1>Exported Comunic Account Data Viewer</h1>
|
||||
|
||||
Please use the navigation bar located at the left of this page to access to the different categories of content.
|
||||
</div>
|
||||
|
||||
@ -70,6 +73,9 @@
|
||||
|
||||
<!-- User friends list -->
|
||||
<div id="friends-list" class="category container">
|
||||
|
||||
<h1>Your friends list</h1>
|
||||
|
||||
<table id="friends-list-table">
|
||||
<thead>
|
||||
<th>Name</th>
|
||||
@ -83,6 +89,9 @@
|
||||
|
||||
<!-- Posts list -->
|
||||
<div id="posts" class="category container">
|
||||
|
||||
<h1>All your posts</h1>
|
||||
|
||||
<div id="posts-target">
|
||||
<!-- Posts will go here -->
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user