Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3d4082e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Godot Organization committed Oct 4, 2024
0 parents commit 22d71c7
Show file tree
Hide file tree
Showing 8 changed files with 5,961 additions and 0 deletions.
1 change: 1 addition & 0 deletions data.json

Large diffs are not rendered by default.

Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hamburger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500i,700,900&display=swap&subset=latin-ext" rel="stylesheet">
<link rel="icon" type="image/png" href="favicon.png">

<link href="styles/shared/normalize.css" rel="stylesheet">
<link href="styles/shared/global.css" rel="stylesheet">

<script src="scripts/shared/global.js"></script>

<title>Godot Team Reports</title>
<meta name="description" content="Godot engine reports for maintainer teams">
<meta name="keywords" content="godot, godot engine, gamedev, project management">

<script src="scripts/index.js"></script>
</head>
<body>
<entry-component></entry-component>

</body>
</html>
Loading

0 comments on commit 22d71c7

Please sign in to comment.