This commit is contained in:
Codeberg 2019-10-24 00:13:31 +02:00
parent 369907392e
commit d14b212568

View file

@ -15,17 +15,14 @@ if ($request_url === "/") {
<title>Codeberg Pages</title> <title>Codeberg Pages</title>
</head> </head>
<body> <body>
<h1>Codeberg Pages. Static Pages for your Project.</h1> <div style='height: 100%; display: flex; align-items: center; justify-content: center;'>
<p> <center>
Create a repo called 'pages' to your user account or org, push static content including HTML+CSS styles, fonts, images. <h1>Codeberg Pages. Static Pages for your Projects.</h1>
<p>Create a repo named 'pages' in your user account or org, push static content, HTML, style, fonts, images.</p>
</p> <p>Share your rendered content via: <pre>https://" . $_SERVER["HTTP_HOST"] . "/&lt;username&gt;/</pre></p>
<p> <p>Welcome to <a href='https://codeberg.org'>Codeberg.org</a>!</p>
Access your rendered pages via: </center>
<pre> </div>
https://" . $_SERVER["HTTP_HOST"] . "/&lt;username&gt;/
</pre>
</p>
</body> </body>
</html> </html>
"); ");