mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 17:07:54 +00:00
styling
This commit is contained in:
parent
369907392e
commit
d14b212568
1 changed files with 8 additions and 11 deletions
|
@ -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"] . "/<username>/</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"] . "/<username>/
|
|
||||||
</pre>
|
|
||||||
</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
");
|
");
|
||||||
|
|
Loading…
Reference in a new issue