• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

need help LOOOK @ THIS

Rainerr

Mapper n scri
Joined
Apr 2, 2009
Messages
237
Reaction score
1
how i can make links to website like this



Donate -- 5 euro

Donate -- 3 Euro

Donate -- 1 Euro



Thank you!

Rep Goes for you if this works!:peace:
 
Last edited:
Code:
<html>
   <head>
      <title>Link to website like this</title>
   </head>
   <body>
      <a href="./website.html">Link to website like this</a>
   </body>
</html>

Code:
<html>
   <head>
      <title>Website like this</title>
   </head>
<body>
   <ol>
      <li>Donate -- 1 Euro</li>
      <li>Donate -- 3 Euro</li>
      <li>Donate -- 1 Euro</li>
   </ol>
</body>
</html>

xDD sry im bored
 
Back
Top