release notes page css improved

This commit is contained in:
mic 2024-04-05 13:25:07 +02:00
parent 65282d9332
commit a7dac7b1f2
2 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,7 @@
div#miczRelNotes{
padding: 10px;
}
div#miczBackPrefs{
position:absolute;
right: 0px;

View file

@ -6,9 +6,12 @@
</head>
<body>
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
<h1>ThunderAI Release Notes</h1>
<h2>Version 1.0 - ??/??/2024</h2>
<ul><li>First release.</li></ul>
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
<h2>Version 1.0 - ??/??/2024</h2>
<ul>
<li>First release.</li>
</ul>
</div>
<script src="mzta-release-notes.js"></script>
<script src="../js/mzta-i18n.js"></script>
</body>