-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (30 loc) · 1.3 KB
/
index.html
File metadata and controls
31 lines (30 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rubatopy.github.io/index.html" />
<meta property="og:site_name" content="rubato" />
<meta property="og:description" content="Rubato is a modern tool for designing 2D games and physics simulations in Python." />
<meta property="og:image" content="https://raw.githubusercontent.com/rubatopy/rubato/main/docs/source/_static/logo_wide.png" />
<meta property="og:image:alt" content="rubato" />
<meta property="og:title" content="rubato" />
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/rubatopy/rubato/main/docs/logo_filled.png" />
<meta name="generator" content="sphinx-4.4.0, furo 2022.01.02" />
<title>rubato</title>
<style>
body {
background-color: rgb(20, 20, 22);
}
</style>
</head>
<body>
<script>
window.onload = () => {
location.href = "https://rubato.app";
};
</script>
</body>
</html>