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