Advertisement
iPixel99

Untitled

Jun 11th, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Main Motd</title>
  4. <link href="css/motd.css" rel="stylesheet">
  5. <!--[if lt IE 9]>
  6. <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  7. <![endif]-->
  8. </head>
  9. <body>
  10. <div class="main">
  11. <div class="title"><i class="cstrike"></i><h1>MOTD Window Main Page</h1></div>
  12.  
  13. <div class="menu">
  14. <ul>
  15. <li><a href="main.html">Main</a></li>
  16. <li><a href="contacts.html">Contacts</a></li>
  17. <li><a href="commands.html">Team Chat</a></li>
  18. <li><a href="privileges.html">Privileges</a></li>
  19. <li><a href="rules.html">Rules</a></li>
  20. <li><a href="example.html">Examples</a></li>
  21. </ul>
  22. </div>
  23.  
  24.  
  25. <div class="content">
  26. <h2>Server Information</h2>
  27. <ul>
  28. <li>Server address: server.example:27041 or 31.534.123.65:27041</li>
  29. <li>Server site: example.pro</li>
  30. <li>Buy privileges: example.pro/store</li>
  31. <li>Our forum: example.pro/forum</li>
  32. <li>Server group: vk.com/example</li>
  33. </ul>
  34. <hr />
  35. Plain text. We describe our server, how friendly everyone is here, SHO FPS is high, shooting is fire and blah blah blah, you can highlight the word <b>bold text</b>, or <u>underline</u>, and in general all styles are provided, you can make <span>like this</span> with <span class="blue">different colors</span> for example <span class="green">green</span> or warning <span class="red ">red</span>, and for the completely frostbitten there are <span class="orange">orange</span> and even <span class="yellow">yellow</span>.
  36. <hr>
  37. <p>And if you use a paragraph <b>&lt;p&gt;text&lt;p/&gt;</b> then <b>10px</b> <span>left</span> and <span>right< /span>
  38. <br>And to make a line like below, add the <b>&lt;hr&gt;</b> tag in the right place.
  39. <br>I almost forgot the most important thing, links — <a href="#">looks like this</a>
  40. <hr>
  41. <i style="float:right">Powered by <b>TheNega</b> | <a href="https://cscontrol.ru" target="_blank">Cscontrol.Ru</a></i>
  42. <br>
  43. </div>
  44.  
  45.  
  46. </div>
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement