mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-20 07:43:18 +01:00
Initial commit
This commit is contained in:
84
public/default-container-index.html
Normal file
84
public/default-container-index.html
Normal file
@@ -0,0 +1,84 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Application Container Created | Zend Developer Cloud Platform</title>
|
||||
<link rel="stylesheet" type="text/css" href="http://static.zend.com/devcloud/style/nimbus.css" />
|
||||
<style type="text/css">
|
||||
h3 { color: #265974; }
|
||||
|
||||
#congrats-banner {
|
||||
background: url(http://static.zend.com/devcloud/images/congratulations-box-bkg.png) top left no-repeat;
|
||||
width: 560px;
|
||||
height: 440px;
|
||||
position: relative;
|
||||
left: 150px;
|
||||
padding: 44px 60px 15px 53px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#congrats-banner h2 {
|
||||
color: #265974;
|
||||
line-height: 1em;
|
||||
font-size: 28pt;
|
||||
font-weight: normal;
|
||||
font-variant: small-caps;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
float: left;
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
#upload-code {
|
||||
position: relative;
|
||||
top: 49px;
|
||||
left: 20px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
#upload-code h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#whats-this {
|
||||
font-size: 11px;
|
||||
clear: both;
|
||||
position: relative;
|
||||
top: 105px;
|
||||
}
|
||||
|
||||
#whats-this h3 {
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="main-container">
|
||||
<div id="page-header">
|
||||
<h1>
|
||||
<a href="https://my.phpcloud.com/"><img src="http://static.zend.com/devcloud/images/zend-php-cloud-platform--logo.png" alt="Zend PHP Cloud Platform" id="page-header-logo"></a>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div id="congrats-banner">
|
||||
<h2>your new application container is <strong>up</strong> and <strong>running</strong></h2>
|
||||
<div id="upload-code">
|
||||
<h3>Now it's time to <a href="https://my.phpcloud.com/help/sftp-help">upload some code</a></h3>
|
||||
<p>Once you upload code to your application container, this default message will go away.</p>
|
||||
</div>
|
||||
|
||||
<div id="whats-this">
|
||||
<h3>What's this?</h3>
|
||||
<p>
|
||||
This default message is displayed because the owner of this Zend Developer Cloud Platform
|
||||
application container did not upload any code yet. If you are not the owner of this
|
||||
application container, there is not a lot for you to see here... sorry.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user