forgejo-pages/default-pages/index.html
2026-05-15 18:00:59 -03:00

26 lines
No EOL
921 B
HTML

<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Inspiran</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="main.css" rel="stylesheet">
</head>
<body>
<div id="everythingHelper">
<header>
<img id="logo" src="./logo.svg" alt="Forgejo Pages logo">
<div>
<h1>Forgejo Pages</h1>
<a id="headerSubtitle"><i>Make any branch available to the internet!</i></a>
</div>
</header>
<div id="mainHelper">
<main>
<h1>Hello, there!</h1>
<p>You've hit the root of this instance of Forgejo Pages. To access further content, please access <i class="noWrap"><b>./username/repo</b></i>.</p>
</main>
</div>
</div>
</body>
</html>