Main Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#css: | |||
body { | |||
background: linear-gradient(to right, #1e1e1e, #333); | |||
font-family: 'Arial', sans-serif; | |||
color: #ffffff; | |||
} | |||
.mw-message-box { | |||
background: rgba(0, 0, 0, 0.8); | |||
border: 2px solid #ff4500; | |||
padding: 20px; | |||
font-size: 1.2em; | |||
text-align: center; | |||
border-radius: 10px; | |||
box-shadow: 0 0 10px rgba(255, 69, 0, 0.8); | |||
} | |||
.main-container { | |||
max-width: 800px; | |||
margin: auto; | |||
padding: 20px; | |||
} | |||
h2 { | |||
color: #ff4500; | |||
border-bottom: 2px solid #ff4500; | |||
padding-bottom: 5px; | |||
margin-bottom: 10px; | |||
} | |||
ul { | |||
list-style-type: none; | |||
padding: 0; | |||
} | |||
ul li { | |||
background: rgba(255, 69, 0, 0.2); | |||
padding: 10px; | |||
margin: 5px 0; | |||
border-radius: 5px; | |||
} | |||
.links { | |||
margin-top: 20px; | |||
text-align: center; | |||
} | |||
.links a { | |||
display: inline-block; | |||
background: #ff4500; | |||
color: #fff; | |||
padding: 10px 15px; | |||
margin: 5px; | |||
border-radius: 5px; | |||
text-decoration: none; | |||
font-weight: bold; | |||
transition: 0.3s; | |||
} | |||
.links a:hover { | |||
background: #ff5722; | |||
} | |||
}} | |||
== | <div class="main-container"> | ||
<div class="mw-message-box"> | |||
'''Welcome to the official wiki of the MRT X Group!''' <br>We are publishing articles on cybersecurity, malware, and exploits. | |||
</div> | |||
=== What you'll find here === | |||
* Documentation and guides | |||
* Project information | |||
* Team resources | |||
* Information about Malware and Exploits | |||
---- | |||
'' | <div class="links"> | ||
'''Find all Articles here:''' [https://wiki.mrtx.sh/wiki/Special:AllPages?from=&to=&namespace=0&hideredirects=1 All Pages] <br> | |||
'''Check out our website:''' [https://mrtx.sh/ MRT X Website] <br> | |||
'''Donate to support us:''' [https://mrtx.sh/donate Donate] | |||
</div> | |||
<br>''Stay tuned for upcoming content!'' | |||
</div> |