This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
larpe/larpe/tags/release-1.0/root/index.html

19 lines
327 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Larpe</title>
<link rel="stylesheet" type="text/css" href="/css/larpe.css"/>
<style type="text/css">
p#larpe {
margin-top: 30%;
text-align: center;
font-weight: bold;
}
</style>
</head>
<body>
<p id="larpe">
Larpe
</p>
</body>
</html>