mirror of
https://github.com/reactos/web-playground-config.git
synced 2024-11-23 11:39:46 +00:00
25 lines
837 B
HTML
25 lines
837 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>ReactOS Web-Playground</title>
|
|
<style>
|
|
body { font-family: sans-serif; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Welcome to the ReactOS Web-Playground</h1>
|
|
|
|
<p>This machine provides resources to help people improving the <a href="https://reactos.org">ReactOS Website</a>.</p>
|
|
|
|
<p>
|
|
You can start by cloning the <a href="https://github.com/reactos/web-content">web-content repository</a>.<br>
|
|
Whenever you submit a Pull Request, it is built by our <a href="https://build.web-content.reactos.org">Web-Playground BuildBot</a> and the result is made available at a *.web-content.reactos.org subdomain.
|
|
</p>
|
|
|
|
<p>Check out <a href="https://master.web-content.reactos.org">master.web-content.reactos.org</a> for the latest <i>master</i> branch of the website.</p>
|
|
|
|
</body>
|
|
</html>
|