#wip(html): Builder basic HTML page.

main
KyMAN 2 months ago
parent 0bc6d43cc9
commit 466784b1c0
  1. 4
      .gitignore
  2. 59
      Public/index.html
  3. 2
      README.md

4
.gitignore vendored

@ -0,0 +1,4 @@
/Data
/Public/data
*.apache2.conf
[Ss]secrets

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title data-i18n="xwam_building_title">Xwam - Building...</title>
<meta http-equiv="conent-type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
</head>
<body>
<header>
<h1>
<a href="#" target="_self" data-i18n="xwam" title="Xwam" data-i18n-without="true">
<span class="logo">
<img src="" alt="Xwam" />
<span style="background-image:url('');"></span>
</span>
<span data-i18n="xwam">Xwam</span>
</a>
</h1>
<nav>
<ul>
<li data-i18n="xwam_app" title="Xwam Application" data-i18n-without="true" data-url-type="xwam">
<a href="https://xwam.k3y.pw/" target="_blank">
<span data-icon="xwam"></span>
<span data-i18n="xwam_app">Xwam Application</span>
<span class="url">https://xwam.k3y.pw/</span>
</a>
</li>
<li data-i18n="git" title="Git" data-i18n-without="true" data-url-type="git">
<a href="https://git.k3y.pw/XwamReloaded/Xwam" target="_blank">
<span data-icon="git"></span>
<span data-i18n="git">Git</span>
<span class="url">https://git.k3y.pw/XwamReloaded/Xwam</span>
</a>
</li>
</ul>
</nav>
</header>
<main>
<h2 data-i18n="building">Building...</h2>
<p data-i18n="building_text">Nowly, the Xwam Project is building, but you can follow it in the next links:</p>
<ul>
<li data-i18n="git" title="Git" data-i18n-without="true"><a href="https://git.k3y.pw/XwamReloaded/Xwam" target="_blank">https://git.k3y.pw/XwamReloaded/Xwam</a></li>
</ul>
<p data-i18n="more_future_information">More information will be updated here in the future, while developt the project. Thank you for wait. Have fun!</p>
</main>
<footer>
<span class="licences">
<a href="https://www.gnu.org/licenses/gpl-3.0.txt" target="_blank" title="GPLv3">
<span data-i18n="license_text">© 2024-2025 CopyLeft.</span>
<img src="https://www.gnu.org/graphics/gplv3-127x51.png" alt="GPLv3" />
</a>
<a class="license-image" href="http://creativecommons.org/licenses/by-sa/4.0/" target="_blank" data-i18n="license_creative_commons" data-i18n-without="true" title="Creative Commons">
<img src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" alt="cc-sa" />
</a>
</span>
</footer>
</body>
</html>

@ -1,3 +1,3 @@
# Xwam
The Project Xwam is a simply Web Cliente Application for create Web GUI Forms Applications from XDS and work XML data, included migrations from CSV or other platforms.
The Project Xwam is a simply Web Cliente Application for create Web GUI Forms Applications from XDS and work XML data, included migrations from CSV or other platforms. It is planned to work with ZIP files for working XSD GUI and XML data as local database.
Loading…
Cancel
Save