Compare commits
4 commits
f4ce7e036f
...
ea6773d1f1
Author | SHA1 | Date | |
---|---|---|---|
Luna | ea6773d1f1 | ||
Luna | 8096ee443b | ||
Luna | a186673792 | ||
Luna | ddb5082cc5 |
|
@ -1,12 +1,10 @@
|
||||||
{
|
{
|
||||||
"m.homeserver": {
|
"m.homeserver": {
|
||||||
"base_url": "https://matrix.mint.lgbt"
|
"base_url": "https://matrix.mint.lgbt"
|
||||||
}
|
},
|
||||||
,
|
|
||||||
"m.identity_server": {
|
"m.identity_server": {
|
||||||
"base_url": "https://matrix.mint.lgbt"
|
"base_url": "https://matrix.mint.lgbt"
|
||||||
}
|
},
|
||||||
,
|
|
||||||
"io.element.e2ee": {
|
"io.element.e2ee": {
|
||||||
"default": true,
|
"default": true,
|
||||||
"secure_backup_required": false,
|
"secure_backup_required": false,
|
||||||
|
|
|
@ -1,265 +1,42 @@
|
||||||
<html>
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
|
|
||||||
<style type="text/css">
|
<title>mint.lgbt is down for upgrades</title>
|
||||||
@font-face {
|
|
||||||
font-family: 'Avara Bold';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
src: url('/assets/fonts/avara-webfont.eot');
|
|
||||||
src: url('/assets/fonts/avara-webfont.eot?#iefix') format('embedded-opentype'),
|
|
||||||
url('/assets/fonts/avara-webfont.woff2') format('woff2'),
|
|
||||||
url('/assets/fonts/avara-webfont.woff') format('woff'),
|
|
||||||
url('/assets/fonts/avara-webfont.ttf') format('truetype'),
|
|
||||||
url('/assets/fonts/avara-webfont.svg#avarabold') format('svg');
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'Avara Bold Italic';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
src: url('/assets/fonts/avara-italic-webfont.eot');
|
|
||||||
src: url('/assets/fonts/avara-italic-webfont.eot?#iefix') format('embedded-opentype'),
|
|
||||||
url('/assets/fonts/avara-italic-webfont.woff2') format('woff2'),
|
|
||||||
url('/assets/fonts/avara-italic-webfont.woff') format('woff'),
|
|
||||||
url('/assets/fonts/avara-italic-webfont.ttf') format('truetype'),
|
|
||||||
url('/assets/fonts/avara-italic-webfont.svg#avarabold_italic') format('svg');
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: 'Avara Bold', sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #0066cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#copy {
|
|
||||||
font-family: serif;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<title>mint.lgbt</title>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="#191724" text="#e0def4">
|
<body>
|
||||||
<center>
|
<h1>Hello there!</h1>
|
||||||
<table bgcolor="#26233a" border="0" cellpadding="3" text="#090909" width="600">
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">
|
|
||||||
<img alt="mint.lgbt" src="/assets/banners/banner.jpg">
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">
|
|
||||||
<marquee behavior="scroll">
|
|
||||||
<b>BREAKING NEWS:</b>
|
|
||||||
We've launched our BreezeWiki mirror! We have also officially shut down our Libreddit instance due to the Reddit API changes.
|
|
||||||
</marquee>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td valign="top">
|
|
||||||
<table width="174">
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td width="18">
|
|
||||||
<img alt="Element" src="/assets/icons/element.gif">
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td bgcolor="#0dbd8b">
|
|
||||||
<a href="https://element.mint.lgbt">Element [JM]</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td width="18">
|
|
||||||
<img alt="XMPP" src="/assets/icons/xmpp.gif">
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td bgcolor="#e96d1f">
|
|
||||||
<a href="https://mint.lgbt/xmpp">XMPP</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td width="18">
|
|
||||||
<img alt="Femgit" src="/assets/icons/femgit.gif">
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td bgcolor="#e67dc1">
|
|
||||||
<a href="https://fem.mint.lgbt">Femgit [EM]</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td width="18">
|
|
||||||
<img alt="Whoogle" src="/assets/icons/whoogle.gif">
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td bgcolor="#aa9ebd">
|
|
||||||
<a href="https://search.mint.lgbt">Whoogle [M]</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td width="18">
|
|
||||||
<img alt="Nitter" src="/assets/icons/nitter.gif">
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td bgcolor="#ff6c60">
|
|
||||||
<a href="https://nitter.mint.lgbt">Nitter [E]</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td width="18">
|
|
||||||
<img alt="CloudTube" src="/assets/icons/cloudtube.gif">
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td bgcolor="#5bbad5">
|
|
||||||
<a href="https://tube.mint.lgbt">CloudTube [EM]</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td width="18">
|
|
||||||
<img alt="BreezeWiki" src="/assets/icons/breezewiki.gif">
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td bgcolor="#d4b343">
|
|
||||||
<a href="https://breeze.mint.lgbt">BreezeWiki [E]</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td width="18">
|
|
||||||
<img alt="Miniflux" src="/assets/icons/miniflux.gif">
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td bgcolor="#ffffff">
|
|
||||||
<a href="https://rss.mint.lgbt">Miniflux [EM]</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td valign="top">
|
|
||||||
<h2><u>Welcome to mint.lgbt!</u></h2>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
mint.lgbt is a service provider built for and run by LGBTQIA+
|
If you're seeing this, then our main VPS has gone down for upgrades. We
|
||||||
people. Founded in 2020, we're a non-profit run by
|
don't know how long this will take, but we hope it won't be too long.
|
||||||
<a href="https://nixgoat.me">Lux</a> and
|
|
||||||
<a rel="me" href="https://tech.lgbt/@lunanova">Luna</a>
|
|
||||||
focusing on providing privacy-respecting FOSS services.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table border="2" cellpadding="2" cellspacing="0" style="border-color:#1f1d2e">
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<b>Id.</b>
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td>
|
|
||||||
<b>Description</b>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
E
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td>
|
|
||||||
The website is enhanced with optional JavaScript features
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
J
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td>
|
|
||||||
The website requires JavaScript to function
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
M
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td>
|
|
||||||
The website requires a modern browser to run on
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td colspan="3">
|
|
||||||
<p>
|
<p>
|
||||||
<center>
|
That being said, some of our services will still be up during the upgrade.
|
||||||
Femgit icon by <a href="https://j0.lol">j0</a>.
|
Those services are:
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
mint.lgbt leaf graciously donated by
|
|
||||||
<a href="https://corviform.gay">Ember</a>.
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<span id="copy">©</span> 2020-2023 mint.lgbt. Licensed
|
|
||||||
under the
|
|
||||||
<a href="https://fem.mint.lgbt/mint-lgbt/website/src/branch/develop/LICENSE">ISC license</a>.
|
|
||||||
</center>
|
|
||||||
</p>
|
</p>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<ul>
|
||||||
<td colspan="3">
|
<li>
|
||||||
<center>
|
Our Matrix server (including our
|
||||||
<table>
|
<a href="https://element.mint.lgbt">Element</a> client)
|
||||||
<tr>
|
</li>
|
||||||
<td>
|
|
||||||
<img alt="Powered by Linux" height="31" src="/assets/badges/linux.gif" width="88">
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td>
|
<li>Our <a href="/xmpp">XMPP server</a></li>
|
||||||
<a href="http://www.anybrowser.org/campaign">
|
|
||||||
<img alt="Viewable with any browser" height="31" src="/assets/badges/anybrowser.gif" width="88">
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td>
|
<li>Our <a href="https://breeze.mint.lgbt">BreezeWiki</a> instance</li>
|
||||||
<a href="https://yesterweb.org/no-to-web3">
|
</ul>
|
||||||
<img alt="Keep the web free, say no to Web3" height="31" src="/assets/badges/noweb3.gif" width="88">
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td>
|
<p>
|
||||||
<a href="https://liberapay.com/mint.lgbt/donate">
|
We hope that this won't take too long. If something happens, we'll update
|
||||||
<img alt="Donate using Liberapay" height="31" src="https://liberapay.com/assets/widgets/donate.svg" width="88">
|
this page, and Luna will post about it on her
|
||||||
</a>
|
<a href="https://woem.men/@luna">fedi account</a>.
|
||||||
</td>
|
</p>
|
||||||
</tr>
|
|
||||||
</table>
|
<p>Thank you,<br /><em>The mint.lgbt Team</em></p>
|
||||||
</center>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</center>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
265
public/index.html.bak
Normal file
265
public/index.html.bak
Normal file
|
@ -0,0 +1,265 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Avara Bold';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
src: url('/assets/fonts/avara-webfont.eot');
|
||||||
|
src: url('/assets/fonts/avara-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
|
url('/assets/fonts/avara-webfont.woff2') format('woff2'),
|
||||||
|
url('/assets/fonts/avara-webfont.woff') format('woff'),
|
||||||
|
url('/assets/fonts/avara-webfont.ttf') format('truetype'),
|
||||||
|
url('/assets/fonts/avara-webfont.svg#avarabold') format('svg');
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Avara Bold Italic';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
src: url('/assets/fonts/avara-italic-webfont.eot');
|
||||||
|
src: url('/assets/fonts/avara-italic-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
|
url('/assets/fonts/avara-italic-webfont.woff2') format('woff2'),
|
||||||
|
url('/assets/fonts/avara-italic-webfont.woff') format('woff'),
|
||||||
|
url('/assets/fonts/avara-italic-webfont.ttf') format('truetype'),
|
||||||
|
url('/assets/fonts/avara-italic-webfont.svg#avarabold_italic') format('svg');
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Avara Bold', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #0066cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
#copy {
|
||||||
|
font-family: serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<title>mint.lgbt</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body bgcolor="#191724" text="#e0def4">
|
||||||
|
<center>
|
||||||
|
<table bgcolor="#26233a" border="0" cellpadding="3" text="#090909" width="600">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<img alt="mint.lgbt" src="/assets/banners/banner.jpg">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<marquee behavior="scroll">
|
||||||
|
<b>BREAKING NEWS:</b>
|
||||||
|
We've launched our BreezeWiki mirror! We have also officially shut down our Libreddit instance due to the Reddit API changes.
|
||||||
|
</marquee>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td valign="top">
|
||||||
|
<table width="174">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td width="18">
|
||||||
|
<img alt="Element" src="/assets/icons/element.gif">
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td bgcolor="#0dbd8b">
|
||||||
|
<a href="https://element.mint.lgbt">Element [JM]</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td width="18">
|
||||||
|
<img alt="XMPP" src="/assets/icons/xmpp.gif">
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td bgcolor="#e96d1f">
|
||||||
|
<a href="https://mint.lgbt/xmpp">XMPP</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td width="18">
|
||||||
|
<img alt="Femgit" src="/assets/icons/femgit.gif">
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td bgcolor="#e67dc1">
|
||||||
|
<a href="https://fem.mint.lgbt">Femgit [EM]</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td width="18">
|
||||||
|
<img alt="Whoogle" src="/assets/icons/whoogle.gif">
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td bgcolor="#aa9ebd">
|
||||||
|
<a href="https://search.mint.lgbt">Whoogle [M]</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td width="18">
|
||||||
|
<img alt="Nitter" src="/assets/icons/nitter.gif">
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td bgcolor="#ff6c60">
|
||||||
|
<a href="https://nitter.mint.lgbt">Nitter [E]</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td width="18">
|
||||||
|
<img alt="CloudTube" src="/assets/icons/cloudtube.gif">
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td bgcolor="#5bbad5">
|
||||||
|
<a href="https://tube.mint.lgbt">CloudTube [EM]</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td width="18">
|
||||||
|
<img alt="BreezeWiki" src="/assets/icons/breezewiki.gif">
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td bgcolor="#d4b343">
|
||||||
|
<a href="https://breeze.mint.lgbt">BreezeWiki [E]</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td width="18">
|
||||||
|
<img alt="Miniflux" src="/assets/icons/miniflux.gif">
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td bgcolor="#ffffff">
|
||||||
|
<a href="https://rss.mint.lgbt">Miniflux [EM]</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td valign="top">
|
||||||
|
<h2><u>Welcome to mint.lgbt!</u></h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
mint.lgbt is a service provider built for and run by LGBTQIA+
|
||||||
|
people. Founded in 2020, we're a non-profit run by
|
||||||
|
<a href="https://nixgoat.me">Lux</a> and
|
||||||
|
<a rel="me" href="https://woem.men/@luna">Luna</a> focusing on
|
||||||
|
providing privacy-respecting FOSS services.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<table border="2" cellpadding="2" cellspacing="0" style="border-color:#1f1d2e">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<b>Id.</b>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<b>Description</b>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
E
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
The website is enhanced with optional JavaScript features
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
J
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
The website requires JavaScript to function
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
M
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
The website requires a modern browser to run on
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="3">
|
||||||
|
<p>
|
||||||
|
<center>
|
||||||
|
Femgit icon by <a href="https://j0.lol">j0</a>.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
mint.lgbt leaf graciously donated by
|
||||||
|
<a href="https://corviform.gay">Ember</a>.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<span id="copy">©</span> 2020-2023 mint.lgbt. Licensed
|
||||||
|
under the
|
||||||
|
<a href="https://fem.mint.lgbt/mint-lgbt/website/src/branch/develop/LICENSE">ISC license</a>.
|
||||||
|
</center>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="3">
|
||||||
|
<center>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<img alt="Powered by Linux" height="31" src="/assets/badges/linux.gif" width="88">
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<a href="http://www.anybrowser.org/campaign">
|
||||||
|
<img alt="Viewable with any browser" height="31" src="/assets/badges/anybrowser.gif" width="88">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<a href="https://yesterweb.org/no-to-web3">
|
||||||
|
<img alt="Keep the web free, say no to Web3" height="31" src="/assets/badges/noweb3.gif" width="88">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<a href="https://liberapay.com/mint.lgbt/donate">
|
||||||
|
<img alt="Donate using Liberapay" height="31" src="https://liberapay.com/assets/widgets/donate.svg" width="88">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</center>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue