KyleVonnie
Come @ me Bro!
- Oct 26, 2011
- 993
- 176
Hey Devbest,
While looking through my files, I happened to come across this page which I coded a while back, so I decided I'd release it. I'm pretty sure I stole the design/layout from a retro, maybe BobbaLodge, I don't remember tbh?
Anyway here it is, I was just learning how to code when I made this, so it's kind of noobish! lol
SCNSHOTS: (all {hotelname}'s will change to your retro's name once uploaded)
Code:
LIVE PREVIEW:
**Credits to
Thanks,
Kyle
While looking through my files, I happened to come across this page which I coded a while back, so I decided I'd release it. I'm pretty sure I stole the design/layout from a retro, maybe BobbaLodge, I don't remember tbh?
Anyway here it is, I was just learning how to code when I made this, so it's kind of noobish! lol
SCNSHOTS: (all {hotelname}'s will change to your retro's name once uploaded)
Code:
Code:
<!DOCTYPE html>
<title>Maintenance Break</title>
<style type="text/css">
body {
font-family:"Tahoma",Verdana,Arial;
font-size:13px;
background: #3399CC repeat;
}
#container {
background: #ffffff;
width: 728px;
margin: 15px auto 15px auto;
padding: 10px; border: 2px solid black;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
</style>
<div id="fb-root"></div>
<body>
<div id="container">
<b style="font-size: 150%;">{hotelname} Hotel <font color="red">Maintenance</font></b>
<br /><br />
<IMG SRC="http://habboemotion.com/resources/images/figures/Figure%20(4).gif" ALIGN=LEFT>
We are currently working on <strong>{hotelname}</strong>, and under-going a maintenance break.
<br>
<br>Please check back later and be aware of new changes, updates, and news! You can check all updates, we are making during this maintenance,
below, and maybe comment on some other changes we can make to make {hotelname} better!
<br><br>
<br><strong>Thanks for choosing our retro over the rest,</strong>
<br>{hotelname} Management & Staff!<br>
</div>
<div id="container">
<b style="font-size: 100%;">Updates</b><br><br>
Below you can find all the updates we are currently making during this maintenance page! <br>
Comment on other changes we should make.
<br>
<ul>
<li>Better CMS</li>
<li>Less Lag</li>
<li>Customized Catalogue</li>
<li>More furni/customs</li>
</div>
<div id="container">
<b style="font-size: 100%;">Questions? Comments? Complaints?</b><br><br>
Post them below via Facebook. We would also love to hear ideas on new updates for current/future maintenance breaks!
<br><br>
SOME KIND OF COMMENTS GO HERE, WAS TO LAZY TO ADD MYSELF :P
</body>
</html>
LIVE PREVIEW:
**Credits to
You must be registered for see links
for preview, thanks!**
You must be registered for see links
Thanks,
Kyle