[REL] Another Maintenance Page [HABBO]

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

SCREENSHOTS: (all {hotelname}'s will change to your retro's name once uploaded)
DlYjSTc.png


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 for preview, thanks!**


Thanks,
Kyle
 

TwistRetros

New Member
Mar 12, 2013
6
2
I like this, its simple to code and i haven't found any exploits in this maintenance page. I will suggests this when I make another hotel! :D

i like it maybe more stuff cuz seems 2 have to much blue backgfound showing
Maybe you want to much purple in the back ground? maybe even white..?
 

KyleVonnie

Come @ me Bro!
Oct 26, 2011
993
176
Might use this tomorrow when intake my laptop out the bin


Sent from my iPod touch using Tapatalk
Alright, great to hear! If you do decide to use this, I might be able to use your site as a live preview if you like!
 

Queef

Some people...
Jul 27, 2012
645
289
I like this, its simple to code and i haven't found any exploits in this maintenance page. I will suggests this when I make another hotel! :D

Why would there be exploits on a maintenance page? Theres no PHP being used to pull/insert data into tables its just HTML and CSS.

ONT: Its alright, pretty basic to be honest. Nice to see another contribution from you though.
 

TwistRetros

New Member
Mar 12, 2013
6
2
Why would there be exploits on a maintenance page? Theres no PHP being used to pull/insert data into tables its just HTML and CSS.

ONT: Its alright, pretty basic to be honest. Nice to see another contribution from you though.
You would be suprised..
 

Reedz

#1 Baller
Jul 9, 2012
640
121
Not a bad start to what could be a bright future, You can expand on that massively, just by starting slowly to add different features, such as; different backgrounds, simple banners, logos, seperate boxes etc...

Good luck with this!
 

NSA

sudo apt-get thefuckout.tar.gz
Dec 9, 2011
715
86
Looking nice.
I got a preview up .
I added some centering to the bottom div to make it stand out, so it wasn't so much as plain.
 

Users who are viewing this thread

Top