{% block append_footer %}{% endblock %}
-
Disclaimer:
- All product names, logos, and brands are property of their respective owners. All company, product and service names and/or images used in this website are for identification purposes only.
+
Disclaimer: This project is an independent open source emulation effort and is not endorsed by, directly affiliated with, maintained, authorized, or sponsored by Microsoft Corporation. All product and company names are the registered trademarks of their original owners. The use of any trade name or trademark is for identification and reference purposes only and does not imply any association with the trademark holder of their product brand.
© 2024 xemu Project
diff --git a/templates/template_index.html b/templates/template_index.html
index dd28d2f7..a9ca56b5 100644
--- a/templates/template_index.html
+++ b/templates/template_index.html
@@ -44,9 +44,27 @@
left: 0;
top: 0;
}
-
.jumbotron {
position: relative;
+ display:flex;
+ flex-direction:column;
+}
+
+
+.disclaimer-container {
+ align-self: bottom;
+ z-index: 10;
+}
+
+.disclaimer {
+ color: #bbb;
+ background-color: rgba(0.2,0.2,0.2,0.6);
+ padding: 0.5em;
+ font-size: 0.9em;
+}
+
+.project-info {
+ margin: auto;
}
@media only screen and (min-width: 768px)
@@ -154,7 +172,7 @@
{% block jumbotron %}
+
+ Disclaimer: This project is an independent open source emulation effort and is not endorsed by, directly affiliated with, maintained, authorized, or sponsored by Microsoft Corporation. All product and company names are the registered trademarks of their original owners. The use of any trade name or trademark is for identification and reference purposes only and does not imply any association with the trademark holder of their product brand.
+
+
{% endblock %}